commit 2d58716c23f946a84a941579ede6508f0b133361
Author:     Mattias Andrée <maand...@kth.se>
AuthorDate: Mon Jun 11 22:45:56 2018 +0200
Commit:     sin <s...@2f30.org>
CommitDate: Sat Jun 30 17:27:45 2018 +0100

    ps: fix argv0 position in usage line
    
    Signed-off-by: Mattias Andrée <maand...@kth.se>

diff --git a/ps.c b/ps.c
index 114983b..00405a5 100644
--- a/ps.c
+++ b/ps.c
@@ -145,7 +145,7 @@ psr(const char *file)
 static void
 usage(void)
 {
-       eprintf("usage: [-aAdef] %s\n", argv0);
+       eprintf("usage: %s [-aAdef]\n", argv0);
 }
 
 int

Reply via email to