summaryrefslogtreecommitdiff
path: root/tools/examples/svnshell.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tools/examples/svnshell.rb')
-rwxr-xr-xtools/examples/svnshell.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/examples/svnshell.rb b/tools/examples/svnshell.rb
index 3b43853..a49000e 100755
--- a/tools/examples/svnshell.rb
+++ b/tools/examples/svnshell.rb
@@ -125,7 +125,7 @@ class SvnShell
puts("Invalid argument for #{cmd}: #{args.join(' ')}")
end
else
- puts("Unknown command: #{cmd}")
+ puts("Unknown subcommand: #{cmd}")
puts("Try one of these commands: ", WORDS.sort.join(" "))
end
end