From e42d87511230ff3bd287367a43564a95d0340079 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 2 Jul 2007 11:09:25 +0200 Subject: [PATCH] Typo. --- bin/mo-ev-inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2