ps: fix argv0 position in usage line

Signed-off-by: Mattias Andrée <maandree@kth.se>
This commit is contained in:
Mattias Andrée 2018-06-11 22:45:56 +02:00 committed by sin
parent 55795531f0
commit 2d58716c23
1 changed files with 1 additions and 1 deletions

2
ps.c
View File

@ -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