Skip to content

Commit

Permalink
Spell the commands right
Browse files Browse the repository at this point in the history
  • Loading branch information
dfandrich committed Mar 15, 2008
1 parent 040a444 commit 942daec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/libtest/test610.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 942daec

Please sign in to comment.