Commit 942daece authored by Dan Fandrich's avatar Dan Fandrich
Browse files

Spell the commands right

parent 040a4443
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
}