Fix usage for pidof(8)

This commit is contained in:
sin 2013-09-02 14:56:35 +01:00
parent 755a96237c
commit 3406f87852
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
static void
usage(void)
{
eprintf("usage: %s [-os] [program...]\n", argv0);
eprintf("usage: %s [-o pid1,pid2,...pidN] [-s] [program...]\n", argv0);
}
static struct omit {