diff options
author | ru <ru@FreeBSD.org> | 2005-05-21 07:08:32 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-05-21 07:08:32 +0000 |
commit | 5a7d45e3b5455d554665269116b17dfc57718640 (patch) | |
tree | 116118214af92642838ee856b3c0601e143e3b42 /sbin/kldstat | |
parent | ce2b072e9f6924afc8e43de7ce661b3f1642c441 (diff) | |
download | FreeBSD-src-5a7d45e3b5455d554665269116b17dfc57718640.zip FreeBSD-src-5a7d45e3b5455d554665269116b17dfc57718640.tar.gz |
Synchronize program's usage() with manpage's SYNOPSIS.
Diffstat (limited to 'sbin/kldstat')
-rw-r--r-- | sbin/kldstat/kldstat.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/kldstat/kldstat.c b/sbin/kldstat/kldstat.c index fd8f220..20404d6 100644 --- a/sbin/kldstat/kldstat.c +++ b/sbin/kldstat/kldstat.c @@ -76,7 +76,8 @@ static void printfile(int fileid, int verbose) static void usage(void) { - fprintf(stderr, "usage: kldstat [-v] [-i id] [-n name] [-m name]\n"); + fprintf(stderr, "usage: kldstat [-v] [-i id] [-n filename]\n"); + fprintf(stderr, " kldstat [-m modname]\n"); exit(1); } |