commit 2d58716c23f946a84a941579ede6508f0b133361
parent 55795531f03ccb5a41cf80fd564b862c103252cc
Author: Mattias Andrée <maandree@kth.se>
Date: Mon, 11 Jun 2018 22:45:56 +0200
ps: fix argv0 position in usage line
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat:
| M | ps.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --dropbox 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