diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-05-12 12:50:15 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-05-12 12:50:15 +0000 |
commit | 9382d856b4050ac6ae5af28134f34fe34b2b860e (patch) | |
tree | 08fc15c9c78d44e7f41e045212c7f448a30e533f /extra | |
parent | 30d2bed1fe60151de88104dedbb89af08a101dff (diff) | |
download | redmine-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')
-rwxr-xr-x | extra/svn/reposman.rb | 2 |
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:", |