From 8d738353f8fb177e3bad900e45496e23e5f90745 Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Sun, 18 Dec 2016 23:10:13 +0000 Subject: [PATCH] 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 --- THANKS | 1 + bin/stow.in | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/THANKS b/THANKS index d241781..77a3a66 100644 --- a/THANKS +++ b/THANKS @@ -27,6 +27,7 @@ Lucas Theisen Charles LeDoux Joris Vankerschaver @Corin-EU on GitHub +Kristoffer Haugsbakk Email addresses of new contributors are no longer being added by default for privacy reasons; however please contact the maintainer if you are diff --git a/bin/stow.in b/bin/stow.in index 6e5673f..98b576e 100755 --- a/bin/stow.in +++ b/bin/stow.in @@ -152,7 +152,7 @@ directory. =item --verbose[=N] 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 `--verbose=N' sets it to N. @@ -654,7 +654,7 @@ OPTIONS: -p, --compat Use legacy algorithm for unstowing -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, --version Show stow version number -h, --help Show this help