]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fixed typo in usage instructions: replaced bin/night by bin/nightly.
authorBart Van Assche <bvanassche@acm.org>
Sun, 5 Apr 2009 11:02:29 +0000 (11:02 +0000)
committerBart Van Assche <bvanassche@acm.org>
Sun, 5 Apr 2009 11:02:29 +0000 (11:02 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9519

nightly/bin/nightly

index 2f8a60798ab9f5e208bebbdcd3de363e0791cf55..15ea07f7e48b83cf55f8ffe594a042211ec98e91 100755 (executable)
@@ -41,7 +41,7 @@ runcmd () {
 #----------------------------------------------------------------------------
 # Must have exactly two arguments
 if [ $# -ne 2 ] ; then
-    echo "usage: bin/night /path/to/valgrind/nightly <tag>"
+    echo "usage: $0 /path/to/valgrind/nightly <tag>"
     exit 1
 fi