about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-02-27 17:16:10 -0800
committerEric Wong <normalperson@yhbt.net>2009-03-03 11:13:08 -0800
commit609c562c3c273ef13c64dfcd56b29115fd8fd81f (patch)
tree9cdbca16cd0175430461dd380b3d69a054c4e838
parent4414d9bf34f162a604d2aacc765ab1ca2fc90404 (diff)
downloadunicorn-609c562c3c273ef13c64dfcd56b29115fd8fd81f.tar.gz
Doesn't seem to make a difference for 1.8
but shows up in 1.9...
-rwxr-xr-xbin/unicorn3
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/unicorn b/bin/unicorn
index 30a4dfa..e03c713 100755
--- a/bin/unicorn
+++ b/bin/unicorn
@@ -15,7 +15,6 @@ opts = OptionParser.new("", 24, '  ') do |opts|
   opts.banner = "Usage: #{File.basename($0)} " \
                 "[ruby options] [unicorn options] [rackup config file]"
 
-  opts.separator ""
   opts.separator "Ruby options:"
 
   lineno = 1
@@ -42,7 +41,6 @@ opts = OptionParser.new("", 24, '  ') do |opts|
     require library
   end
 
-  opts.separator ""
   opts.separator "Unicorn options:"
 
   # some of these switches exist for rackup command-line compatibility,
@@ -87,7 +85,6 @@ opts = OptionParser.new("", 24, '  ') do |opts|
   # config files and make things unnecessarily complicated with multiple
   # places to look for a config option.
 
-  opts.separator ""
   opts.separator "Common options:"
 
   opts.on_tail("-h", "--help", "Show this message") do