diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-06-04 19:29:09 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-06-04 19:29:09 +0000 |
commit | 0c436cdf345245473bad82790cb5f3eb41d09b06 (patch) | |
tree | a86549afbecce4a5883319445d2c567758622657 /usr.sbin/gstat/gstat.c | |
parent | b6f078071fe2d3efa479311f347b52b2057257b1 (diff) | |
download | src-0c436cdf345245473bad82790cb5f3eb41d09b06.tar.gz src-0c436cdf345245473bad82790cb5f3eb41d09b06.zip |
Added forgotten -d to the usage().
Notes
Notes:
svn path=/head/; revision=130093
Diffstat (limited to 'usr.sbin/gstat/gstat.c')
-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 0c6643c3e3c3..c92f70ea28e2 100644 --- a/usr.sbin/gstat/gstat.c +++ b/usr.sbin/gstat/gstat.c @@ -260,7 +260,7 @@ main(int argc, char **argv) static void usage(void) { - fprintf(stderr, "usage: gstat [-c] [-I interval]\n"); + fprintf(stderr, "usage: gstat [-cd] [-I interval]\n"); exit(1); /* NOTREACHED */ } |