From: Martin Mares Date: Mon, 2 Jul 2007 09:09:25 +0000 (+0200) Subject: Typo. X-Git-Tag: python-dummy-working~320 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=e42d87511230ff3bd287367a43564a95d0340079;p=eval.git Typo. --- diff --git a/bin/mo-ev-inc b/bin/mo-ev-inc index db77aa5..26f856b 100755 --- a/bin/mo-ev-inc +++ b/bin/mo-ev-inc @@ -1,6 +1,6 @@ #!/bin/bash -[ -n "$1" ] || { echo "Usage: mo-ev-inc [--force] --" ; exit 1 ; } +[ -n "$1" ] || { echo "Usage: mo-ev-inc [--force] " ; exit 1 ; } force=0 if [ "$1" == --force ] ; then