aboutsummaryrefslogtreecommitdiff
path: root/sbin/pflowctl
diff options
context:
space:
mode:
authorKristof Provost <kp@FreeBSD.org>2024-01-24 19:35:35 +0000
committerKristof Provost <kp@FreeBSD.org>2024-01-24 19:36:32 +0000
commit8b82f36f890391e063ad64746ec612aeabfc2c41 (patch)
treef3ba3cbd4dbf0aeb04f065acbf0ebbb8c8a8be70 /sbin/pflowctl
parentf1c0030bb05cfa01bdd500e50befbb425fecc4c4 (diff)
downloadsrc-8b82f36f890391e063ad64746ec612aeabfc2c41.tar.gz
src-8b82f36f890391e063ad64746ec612aeabfc2c41.zip
Diffstat (limited to 'sbin/pflowctl')
-rw-r--r--sbin/pflowctl/pflowctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/pflowctl/pflowctl.c b/sbin/pflowctl/pflowctl.c
index 4186598dd9bc..e5dd3df7e6a7 100644
--- a/sbin/pflowctl/pflowctl.c
+++ b/sbin/pflowctl/pflowctl.c
@@ -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);