Skip to content

Commit

Permalink
Remove an unnecessary paragraph from the README
Browse files Browse the repository at this point in the history
  • Loading branch information
agriffis committed Oct 17, 2012
1 parent d77bbb6 commit c7aee7a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ worrying about quoting. Just declare some variables and call ghettopt:

ghettopt "$@" || exit

This program has four options: `--config`, `--proxy`, `--force` and
`--no-force`. Since `opt_force` is declared as a boolean, it automatically
gets the negated option.

After calling ghettopt, the results can be found in the variables. For
example, if the user specified `--config=/dev/null` then `$opt_config` now
contains `/dev/null`.
Expand Down

0 comments on commit c7aee7a

Please sign in to comment.