From 8b82f36f890391e063ad64746ec612aeabfc2c41 Mon Sep 17 00:00:00 2001 From: Kristof Provost Date: Wed, 24 Jan 2024 20:35:35 +0100 Subject: pflowctl: fix usage message Reported by: Jim Pingle Sponsored by: Rubicon Communications, LLC ("Netgate") --- sbin/pflowctl/pflowctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.3