From 50c57df67fc8dd989a1583d24bdcebc365a3ae68 Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Sat, 1 May 2010 15:21:52 -0700 Subject: [PATCH] [Command Line] Better demarcation of the global options in compass help command. --- lib/compass/commands/help.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/compass/commands/help.rb b/lib/compass/commands/help.rb index f3fa2dbc..c233a1e4 100644 --- a/lib/compass/commands/help.rb +++ b/lib/compass/commands/help.rb @@ -34,7 +34,7 @@ To get help on a particular command please specify the command. banner << "\n" end end - + banner << "\nGlobal Options:\n" opts.banner = banner super