diff options
author | le <le@FreeBSD.org> | 2005-01-05 18:41:54 +0000 |
---|---|---|
committer | le <le@FreeBSD.org> | 2005-01-05 18:41:54 +0000 |
commit | f97a57fae3c895c755aedc4386e43071a5ff0814 (patch) | |
tree | 339996c085c19bddcff195eba487eca7bfa66d2f /usr.sbin | |
parent | 681c866d3b9a156e0d83a2f1b8b8895020ccd517 (diff) | |
download | FreeBSD-src-f97a57fae3c895c755aedc4386e43071a5ff0814.zip FreeBSD-src-f97a57fae3c895c755aedc4386e43071a5ff0814.tar.gz |
Add forgotten -a to the usage() message.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/gstat/gstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/gstat/gstat.c b/usr.sbin/gstat/gstat.c index e7bb23b..f4c7e11 100644 --- a/usr.sbin/gstat/gstat.c +++ b/usr.sbin/gstat/gstat.c @@ -268,7 +268,7 @@ main(int argc, char **argv) static void usage(void) { - fprintf(stderr, "usage: gstat [-cd] [-I interval]\n"); + fprintf(stderr, "usage: gstat [-acd] [-I interval]\n"); exit(1); /* NOTREACHED */ } |