aboutsummaryrefslogtreecommitdiff
path: root/vcs_test.rb
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2016-10-14 23:09:18 +0200
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2016-10-14 23:09:18 +0200
commit6857ba9ce6c413d9cf524c10c09af13ae907232e (patch)
tree3f425419266e1d182dca78889d1f825169881f7a /vcs_test.rb
parent4f2ececaad06e3c72a4088234dfd664b4db970ed (diff)
drop bzr support
Diffstat (limited to 'vcs_test.rb')
-rw-r--r--vcs_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcs_test.rb b/vcs_test.rb
index 248a619..518e0ba 100644
--- a/vcs_test.rb
+++ b/vcs_test.rb
@@ -21,7 +21,7 @@ if __FILE__ == $0
require "test/unit"
require "pp"
unless ARGV[0]
- puts "Usage: ruby #{$0} (git|bzr)"
+ puts "Usage: ruby #{$0} git"
exit
end
require "vcs_#{ARGV[0]}"