Commit 7846c9ddc64cf5bccee016e588e81f787c9e9c8b
Committed by
GitHub
1 parent
1b4a71c6
Fit typo
Showing
1 changed file
with
1 additions
and
1 deletions
README.md
| ... | ... | @@ -119,7 +119,7 @@ An option name must start with a alphabetic character or underscore. For long op |
| 119 | 119 | |
| 120 | 120 | ### Example |
| 121 | 121 | |
| 122 | -* `"one,-o,--one"`: Valid as long as not a flag, would create an option that can be specified positionally, or with `-o` or `--option` | |
| 122 | +* `"one,-o,--one"`: Valid as long as not a flag, would create an option that can be specified positionally, or with `-o` or `--one` | |
| 123 | 123 | * `"this"` Can only be passed positionally |
| 124 | 124 | * `"-a,-b,-c"` No limit to the number of non-positional option names |
| 125 | 125 | ... | ... |