git: 8b82f36f8903 - main - pflowctl: fix usage message
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 24 Jan 2024 19:36:53 UTC
The branch main has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=8b82f36f890391e063ad64746ec612aeabfc2c41 commit 8b82f36f890391e063ad64746ec612aeabfc2c41 Author: Kristof Provost <kp@FreeBSD.org> AuthorDate: 2024-01-24 19:35:35 +0000 Commit: Kristof Provost <kp@FreeBSD.org> CommitDate: 2024-01-24 19:36:32 +0000 pflowctl: fix usage message Reported by: Jim Pingle <jimp@netgate.com> 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);