From: Martin Mares Date: Thu, 5 Jul 2007 10:13:45 +0000 (+0200) Subject: Fixed a comment. X-Git-Tag: python-dummy-working~294 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=24a6e512fa3427c0f7f3003723093ff38ec11637;p=moe.git Fixed a comment. --- diff --git a/bin/mo-grab-remote b/bin/mo-grab-remote index 85a8a0c..6181b4e 100755 --- a/bin/mo-grab-remote +++ b/bin/mo-grab-remote @@ -1,6 +1,6 @@ #!/bin/bash -[ -n "$1" ] || { echo "Usage: mo-grab-submits " ; exit 1 ; } +[ -n "$1" ] || { echo "Usage: mo-grab-remote " ; exit 1 ; } [ -f config ] || { echo "Missing config file, check cwd." ; exit 1 ; } set -e . config