Skip to content

Commit

Permalink
Correcting a minor whitespace issue.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.textmate.org/trunk/Bundles/Ruby.tmbundle@6307 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
  • Loading branch information
JEG2 committed Dec 7, 2006
1 parent 93632c4 commit 4b4c4a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Snippets/option_parse { .. } (optp).plist
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require "ostruct"
options = OpenStruct.new(${1::default => "args"})
ARGV.options do |opts|
opts.banner = "Usage: #{File.basename(\$PROGRAM_NAME)} [OPTIONS]${2/^\s*$|(.*\S.*)/(?1: )/}${2:OTHER_ARGS}"
opts.banner = "Usage: #{File.basename(\$PROGRAM_NAME)} [OPTIONS]${2/^\s*$|(.*\S.*)/(?1: )/}${2:OTHER_ARGS}"
opts.separator ""
opts.separator "Specific Options:"
Expand Down

0 comments on commit 4b4c4a8

Please sign in to comment.