diff --git a/tests/libtest/test610.pl b/tests/libtest/test610.pl index 4b6903a30e1dfa92578102829ab6bf5241f1f2ab..5257171a72765ed702ba79a544aeac87c0b1fc55 100755 --- a/tests/libtest/test610.pl +++ b/tests/libtest/test610.pl @@ -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; }