summaryrefslogtreecommitdiffstats
path: root/sbin/dumpon
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2012-11-02 17:30:08 +0000
committeralfred <alfred@FreeBSD.org>2012-11-02 17:30:08 +0000
commit2b3e07730c7fbe1fc0eef9829d873984eb90ffa9 (patch)
tree0eb8a9e17d165123b83040dfb9a737d47276f77f /sbin/dumpon
parent3ffbd49f4b5d47ef375b08ede4f24badcc186c2c (diff)
downloadFreeBSD-src-2b3e07730c7fbe1fc0eef9829d873984eb90ffa9.zip
FreeBSD-src-2b3e07730c7fbe1fc0eef9829d873984eb90ffa9.tar.gz
Document that you can use -v along with -l.
Noticed by: pjd
Diffstat (limited to 'sbin/dumpon')
-rw-r--r--sbin/dumpon/dumpon.81
-rw-r--r--sbin/dumpon/dumpon.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/sbin/dumpon/dumpon.8 b/sbin/dumpon/dumpon.8
index e60d5f8..2c09e85 100644
--- a/sbin/dumpon/dumpon.8
+++ b/sbin/dumpon/dumpon.8
@@ -42,6 +42,7 @@
.Op Fl v
.Cm off
.Nm
+.Op Fl v
.Fl l
.Sh DESCRIPTION
The
diff --git a/sbin/dumpon/dumpon.c b/sbin/dumpon/dumpon.c
index ac73399..eebcc69 100644
--- a/sbin/dumpon/dumpon.c
+++ b/sbin/dumpon/dumpon.c
@@ -64,7 +64,7 @@ usage(void)
fprintf(stderr, "%s\n%s\n%s\n",
"usage: dumpon [-v] special_file",
" dumpon [-v] off",
- " dumpon -l");
+ " dumpon [-v] -l");
exit(EX_USAGE);
}
OpenPOWER on IntegriCloud