summaryrefslogtreecommitdiffstats
path: root/extra/svn/reposman.rb
diff options
context:
space:
mode:
Diffstat (limited to 'extra/svn/reposman.rb')
-rwxr-xr-xextra/svn/reposman.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/extra/svn/reposman.rb b/extra/svn/reposman.rb
index 60cc50400..85977e815 100755
--- a/extra/svn/reposman.rb
+++ b/extra/svn/reposman.rb
@@ -68,6 +68,8 @@ end
optparse = OptionParser.new do |opts|
opts.banner = "Usage: reposman.rb [OPTIONS...] -s [DIR] -r [HOST] -k [KEY]"
opts.separator("")
+ opts.separator("Manages your repositories with Redmine.")
+ opts.separator("")
opts.separator("Required arguments:")
opts.on("-s", "--svn-dir DIR", "use DIR as base directory for svn repositories") {|v| $repos_base = v}
opts.on("-r", "--redmine-host HOST","assume Redmine is hosted on HOST. Examples:",