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, 2 insertions, 0 deletions
diff --git a/bin/unicorn_rails b/bin/unicorn_rails
index 1fbc0e2..866833b 100755
--- a/bin/unicorn_rails
+++ b/bin/unicorn_rails
@@ -83,6 +83,8 @@ opts = OptionParser.new("", 24, '  ') do |opts|
     ENV['RAILS_RELATIVE_URL_ROOT'] = map_path = v
   end
 
+  opts.on("-R", "--rainbows") { options[:rainbows] = true }
+
   # I'm avoiding Unicorn-specific config options on the command-line.
   # IMNSHO, config options on the command-line are redundant given
   # config files and make things unnecessarily complicated with multiple