aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/test610.pl
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2008-03-15 01:03:23 +0000
committerDan Fandrich <dan@coneharvesters.com>2008-03-15 01:03:23 +0000
commit942daece0052301d9990989663b41d8c0d60da34 (patch)
treeab57d6cba0419fb9c3cf70472f92c0122a49ad53 /tests/libtest/test610.pl
parent040a4443a1d36447535d45953d385a8d70f3b064 (diff)
Spell the commands right
Diffstat (limited to 'tests/libtest/test610.pl')
-rwxr-xr-xtests/libtest/test610.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/test610.pl b/tests/libtest/test610.pl
index 4b6903a30..5257171a7 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;
}