setsid: fix usage information for -f flag

This commit is contained in:
Hiltjo Posthuma 2022-06-20 12:39:59 +02:00
parent c3e47c1f44
commit 63271b47f7
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ static int fflag = 0;
static void static void
usage(void) usage(void)
{ {
eprintf("usage: %s cmd [-f] [arg ...]\n", argv0); eprintf("usage: %s [-f] cmd [arg ...]\n", argv0);
} }
int int