pflowctl: fix usage message

Reported by:	Jim Pingle <jimp@netgate.com>
Sponsored by:	Rubicon Communications, LLC ("Netgate")
This commit is contained in:
Kristof Provost 2024-01-24 20:35:35 +01:00
parent f1c0030bb0
commit 8b82f36f89

View file

@ -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);