summaryrefslogtreecommitdiffstats
path: root/extra/svn
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2012-05-12 12:50:15 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2012-05-12 12:50:15 +0000
commit9382d856b4050ac6ae5af28134f34fe34b2b860e (patch)
tree08fc15c9c78d44e7f41e045212c7f448a30e533f /extra/svn
parent30d2bed1fe60151de88104dedbb89af08a101dff (diff)
downloadredmine-9382d856b4050ac6ae5af28134f34fe34b2b860e.tar.gz
redmine-9382d856b4050ac6ae5af28134f34fe34b2b860e.zip
Adds script synopsis.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9674 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'extra/svn')
-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:",