Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Feb 12, 2015
1 parent da69d00 commit 03e402d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ A command can take options:
| Simple flag | `greet --yell` |
| Option with an mandatory value | `greet --iterations=` |
| Option with an optional value | `greet --iterations[=]` |
| Option that can be used multiple times (the value would be an array) | `greet [--iterations=]*` |
| Option that can be used multiple times <br> (the value would be an array) | `greet [--iterations=]*` |
| Option with a shortcut | `greet -y|--yell` |

Options are always **optional** (duh). If an option is required, then it should be an argument.
Expand Down

0 comments on commit 03e402d

Please sign in to comment.