Small typo fix in readme file.

This commit is contained in:
Renato Silva 2016-01-05 18:20:11 -02:00
parent 73042008c1
commit c4817634d5
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# EasyOptions
EasyOptions allows you to write the help text for your program *only once*, and have the described options *automatically parsed* from command line into easily readable variables, *without complicated API*. EasyOptions was development after discontentment with the existing solutions for option parsing in Bash and Ruby. It was conceived with the following guidelines in mind:
EasyOptions allows you to write the help text for your program *only once*, and have the described options *automatically parsed* from command line into easily readable variables, *without complicated API*. EasyOptions was developed after discontentment with the existing solutions for option parsing in Bash and Ruby. It was conceived with the following guidelines in mind:
* Avoid duplication of source code documentation, help text and options specification.
* Have the option values parsed into easily readable variables.