Spell the commands right

This commit is contained in:
Dan Fandrich 2008-03-15 01:03:23 +00:00
parent 040a4443a1
commit 942daece00
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}