lib/hanzo/modules/install.rb in hanzo-0.2.3 vs lib/hanzo/modules/install.rb in hanzo-0.3

- old
+ new

@@ -23,14 +23,14 @@ initialize_help end end def initialize_help - @options.banner = <<-BANNER -Usage: hanzo install TYPE + @options.banner = <<-BANNER.unindent + Usage: hanzo install TYPE -Available install type: - remotes - Add git remotes to current repository -BANNER + Available install type: + remotes - Add git remotes to current repository + BANNER end end end