From 609c562c3c273ef13c64dfcd56b29115fd8fd81f Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 27 Feb 2009 17:16:10 -0800 Subject: Remove unnecessary separators in help text Doesn't seem to make a difference for 1.8 but shows up in 1.9... --- bin/unicorn | 3 --- 1 file changed, 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 -- cgit v1.2.3-24-ge0c7