sbase

suckless unix tools
git clone git://git.suckless.org/sbase
Log | Files | Refs | README | LICENSE

commit 63271b47f7e045cdee3fa90178560f982b70c218
parent c3e47c1f4474061b8c37937247c17c6f11b7e18c
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Mon, 20 Jun 2022 12:39:59 +0200

setsid: fix usage information for -f flag

Diffstat:
Msetsid.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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