Spell the commands right
authorDan Fandrich <dan@coneharvesters.com>
Sat, 15 Mar 2008 01:03:23 +0000 (01:03 +0000)
committerDan Fandrich <dan@coneharvesters.com>
Sat, 15 Mar 2008 01:03:23 +0000 (01:03 +0000)
tests/libtest/test610.pl

index 4b6903a..5257171 100755 (executable)
@@ -2,7 +2,7 @@
 # Perform simple file and directory manipulation in a portable way
 if ( $#ARGV <= 0 ) 
 {
-       print "Usage: $0 mkdir|rmdir|unlink|move|gone path1 [path2] [more commands...]\n";
+       print "Usage: $0 mkdir|rmdir|rm|move|gone path1 [path2] [more commands...]\n";
        exit 1;
 }