]> mj.ucw.cz Git - moe.git/commitdiff
Typo.
authorMartin Mares <mj@ucw.cz>
Mon, 2 Jul 2007 09:09:25 +0000 (11:09 +0200)
committerMartin Mares <mj@ucw.cz>
Mon, 2 Jul 2007 09:09:25 +0000 (11:09 +0200)
bin/mo-ev-inc

index db77aa56f00053fd0dfbade6d087855cc744e19b..26f856bc3e9fc7d92333ed357cff72c44a80e69b 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-[ -n "$1" ] || { echo "Usage: mo-ev-inc [--force] --<tasks>" ; exit 1 ; }
+[ -n "$1" ] || { echo "Usage: mo-ev-inc [--force] <tasks>" ; exit 1 ; }
 
 force=0
 if [ "$1" == --force ] ; then