From 24a6e512fa3427c0f7f3003723093ff38ec11637 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Thu, 5 Jul 2007 12:13:45 +0200 Subject: [PATCH] Fixed a comment. --- bin/mo-grab-remote | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2