From: Dan Fandrich Date: Sat, 15 Mar 2008 01:03:23 +0000 (+0000) Subject: Spell the commands right X-Git-Tag: upstream/7.37.1~7978 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=942daece0052301d9990989663b41d8c0d60da34;p=platform%2Fupstream%2Fcurl.git Spell the commands right --- diff --git a/tests/libtest/test610.pl b/tests/libtest/test610.pl index 4b6903a..5257171 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; }