Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jan 2024 19:36:53 GMT
From:      Kristof Provost <kp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 8b82f36f8903 - main - pflowctl: fix usage message
Message-ID:  <202401241936.40OJarnb088565@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401241936.40OJarnb088565>