scripts

misc scripts and tools
git clone git://git.2f30.org/scripts
Log | Files | Refs

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:
Mcvspast | 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