commit 3406f87852dc5104e2f955a036c0775978faab3c parent 755a96237cdf369f73b5cc1b6b95e8e3d8d02ed8 Author: sin <sin@2f30.org> Date: Mon, 2 Sep 2013 14:56:35 +0100 Fix usage for pidof(8) Diffstat:
M | pidof.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pidof.c b/pidof.c @@ -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 {