Loading tests/libtest/test610.pl +1 −1 Original line number Diff line number Diff line Loading @@ -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; } Loading Loading
tests/libtest/test610.pl +1 −1 Original line number Diff line number Diff line Loading @@ -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; } Loading