commit fc7e770a0bc0a9077b2479419d88ae764050930f parent 19486ac1f29e4138bfefcc3777ad7f13b641be6a Author: lostd <lostd@2f30.org> Date: Mon, 2 Dec 2013 18:06:50 +0200 Make clear it is not an on and off switch Diffstat:
M | cvspast | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cvspast b/cvspast @@ -7,7 +7,7 @@ # which file if test -z "$1"; then - echo "Usage: $(basename $0) file [-n]" 1>&2 + echo "Usage: $(basename $0) file [-count]" 1>&2 exit 1 else FILE=$1