Small fix in readme file.

This commit is contained in:
Renato Silva 2014-07-09 23:45:22 -03:00
parent 7ae58258bc
commit bf90464756
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ After writing your documentation, you simply require this script. Then all comma
require_relative "easyoptions"
# Boolean options
puts "Option specified: --option" if $options[:option]
puts "Option specified: --some-option" if $options[:some_option]
puts "Option specified: --some-boolean" if $options[:some_boolean]
# Parameter option