commit 63271b47f7e045cdee3fa90178560f982b70c218
Author:     Hiltjo Posthuma <[email protected]>
AuthorDate: Mon Jun 20 12:39:59 2022 +0200
Commit:     Hiltjo Posthuma <[email protected]>
CommitDate: Mon Jun 20 12:39:59 2022 +0200

    setsid: fix usage information for -f flag

diff --git a/setsid.c b/setsid.c
index 3355b40..9a154d1 100644
--- a/setsid.c
+++ b/setsid.c
@@ -9,7 +9,7 @@ static int fflag = 0;
 static void
 usage(void)
 {
-       eprintf("usage: %s cmd [-f] [arg ...]\n", argv0);
+       eprintf("usage: %s [-f] cmd [arg ...]\n", argv0);
 }
 
 int

Reply via email to