]> mj.ucw.cz Git - moe.git/commitdiff
Fixed a comment.
authorMartin Mares <mj@ucw.cz>
Thu, 5 Jul 2007 10:13:45 +0000 (12:13 +0200)
committerMartin Mares <mj@ucw.cz>
Thu, 5 Jul 2007 10:13:45 +0000 (12:13 +0200)
bin/mo-grab-remote

index 85a8a0c6f28f93cb78e71771e3f9c78d539208ab..6181b4e25b9d78988ca126fbe3ec3f69a6ecd8b3 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-[ -n "$1" ] || { echo "Usage: mo-grab-submits <tasks>" ; exit 1 ; }
+[ -n "$1" ] || { echo "Usage: mo-grab-remote <tasks>" ; exit 1 ; }
 [ -f config ] || { echo "Missing config file, check cwd." ; exit 1 ; }
 set -e
 . config