[hackers] [sbase] setsid: fix usage information for -f flag || Hiltjo Posthuma
commit 63271b47f7e045cdee3fa90178560f982b70c218
Author: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
AuthorDate: Mon Jun 20 12:39:59 2022 +0200
Commit: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
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
_AT_@ -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
Received on Mon Jun 20 2022 - 12:40:22 CEST
This archive was generated by hypermail 2.3.0
: Mon Jun 20 2022 - 12:48:29 CEST