Skip to content

Commit

Permalink
Merge pull request jugyo#103 from faisdotal/patch-1
Browse files Browse the repository at this point in the history
minor grammar mistake
  • Loading branch information
十行 committed Jan 28, 2012
2 parents 510c7c9 + ae40e56 commit fd196f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/earthquake
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ slop = Slop.new(:strict => true, :help => true)
slop.banner "Usage: earthquake [options] [directory]"
slop.on :d, :debug, 'Enable debug mode'
slop.on :n, :'no-logo', 'No Logo'
slop.on :c, :command, "Invoke an command and exit", true
slop.on :c, :command, "Invoke a command and exit", true
slop.on :l, :lolize, 'enable lolize (see: https://github.com/miaout17/lolize)'
begin
slop.parse!(argv)
Expand Down

0 comments on commit fd196f8

Please sign in to comment.