mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-24 17:44:17 +01:00
pflowctl: fix usage message
Reported by: Jim Pingle <jimp@netgate.com> Sponsored by: Rubicon Communications, LLC ("Netgate")
This commit is contained in:
parent
f1c0030bb0
commit
8b82f36f89
@ -53,7 +53,7 @@ static void
|
||||
usage(void)
|
||||
{
|
||||
fprintf(stderr,
|
||||
"usage: %s [-la] [-d id]\n",
|
||||
"usage: %s [-lc] [-d id] [-s id ...]\n",
|
||||
__progname);
|
||||
|
||||
exit(1);
|
||||
|
Loading…
Reference in New Issue
Block a user