[hackers] [ubase][PATCH] ps: fix argv0 position in usage line

From: Mattias Andrée <maandree_AT_kth.se>
Date: Mon, 11 Jun 2018 22:45:56 +0200

Signed-off-by: Mattias Andrée <maandree_AT_kth.se>
---
 ps.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ps.c b/ps.c
index 114983b..00405a5 100644
--- a/ps.c
+++ b/ps.c
_AT_@ -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
-- 
2.11.1
Received on Mon Jun 11 2018 - 22:45:56 CEST

This archive was generated by hypermail 2.3.0 : Mon Jun 11 2018 - 22:48:24 CEST