Document that you can use -v along with -l.

Noticed by: pjd
This commit is contained in:
alfred 2012-11-02 17:30:08 +00:00
parent 3ffbd49f4b
commit 2b3e07730c
2 changed files with 2 additions and 1 deletions

View File

@ -42,6 +42,7 @@
.Op Fl v
.Cm off
.Nm
.Op Fl v
.Fl l
.Sh DESCRIPTION
The

View File

@ -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);
}