fix documentation for --verbose
It actually goes up to 5 these days. Thanks to Kristoffer Haugsbakk for spotting that: http://lists.gnu.org/archive/html/bug-stow/2016-08/msg00000.html
This commit is contained in:
parent
6e5209fb2d
commit
8d738353f8
2 changed files with 3 additions and 2 deletions
1
THANKS
1
THANKS
|
@ -27,6 +27,7 @@ Lucas Theisen
|
||||||
Charles LeDoux
|
Charles LeDoux
|
||||||
Joris Vankerschaver
|
Joris Vankerschaver
|
||||||
@Corin-EU on GitHub
|
@Corin-EU on GitHub
|
||||||
|
Kristoffer Haugsbakk
|
||||||
|
|
||||||
Email addresses of new contributors are no longer being added by default
|
Email addresses of new contributors are no longer being added by default
|
||||||
for privacy reasons; however please contact the maintainer if you are
|
for privacy reasons; however please contact the maintainer if you are
|
||||||
|
|
|
@ -152,7 +152,7 @@ directory.
|
||||||
=item --verbose[=N]
|
=item --verbose[=N]
|
||||||
|
|
||||||
Send verbose output to standard error describing what Stow is
|
Send verbose output to standard error describing what Stow is
|
||||||
doing. Verbosity levels are 0, 1, 2, 3, and 4; 0 is the default.
|
doing. Verbosity levels are from 0 to 5; 0 is the default.
|
||||||
Using C<-v> or C<--verbose> increases the verbosity by one; using
|
Using C<-v> or C<--verbose> increases the verbosity by one; using
|
||||||
`--verbose=N' sets it to N.
|
`--verbose=N' sets it to N.
|
||||||
|
|
||||||
|
@ -654,7 +654,7 @@ OPTIONS:
|
||||||
-p, --compat Use legacy algorithm for unstowing
|
-p, --compat Use legacy algorithm for unstowing
|
||||||
|
|
||||||
-n, --no, --simulate Do not actually make any filesystem changes
|
-n, --no, --simulate Do not actually make any filesystem changes
|
||||||
-v, --verbose[=N] Increase verbosity (levels are 0,1,2,3;
|
-v, --verbose[=N] Increase verbosity (levels are from 0 to 5;
|
||||||
-v or --verbose adds 1; --verbose=N sets level)
|
-v or --verbose adds 1; --verbose=N sets level)
|
||||||
-V, --version Show stow version number
|
-V, --version Show stow version number
|
||||||
-h, --help Show this help
|
-h, --help Show this help
|
||||||
|
|
Loading…
Reference in a new issue