about summary refs log tree commit homepage
path: root/bin/unicorn_rails
diff options
context:
space:
mode:
Diffstat (limited to 'bin/unicorn_rails')
-rwxr-xr-xbin/unicorn_rails2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/unicorn_rails b/bin/unicorn_rails
index b7ca12f..cbf8861 100755
--- a/bin/unicorn_rails
+++ b/bin/unicorn_rails
@@ -80,7 +80,7 @@ opts = OptionParser.new("", 24, '  ') do |opts|
   end
 
   opts.on("-P", "--path PATH", "Runs Rails app mounted at a specific path.",
-          "(default: /") do |v|
+          "(default: /)") do |v|
     ENV['RAILS_RELATIVE_URL_ROOT'] = map_path = v
   end