From 2d58716c23f946a84a941579ede6508f0b133361 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Andr=C3=A9e?= Date: Mon, 11 Jun 2018 22:45:56 +0200 Subject: [PATCH] ps: fix argv0 position in usage line MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- 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 @@ -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