Document that you can use -v along with -l.
Noticed by: pjd
This commit is contained in:
parent
3ffbd49f4b
commit
2b3e07730c
@ -42,6 +42,7 @@
|
||||
.Op Fl v
|
||||
.Cm off
|
||||
.Nm
|
||||
.Op Fl v
|
||||
.Fl l
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
|
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user