We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cc4938 commit 98c3088Copy full SHA for 98c3088
README.md
@@ -169,8 +169,8 @@ The order the arguments are passed on the command line makes a difference
169
### Examples
170
171
* Calling `my-script.sh -f first -f last` will cause `argValue "f"` to return the value `last`
172
-* Calling `my-script.sh -g 345 -g` will mean cause `argValue "g"` to return nothing
173
-* Calling `my-script.sh --size 512 --size=1024` will mean cause `argValue "size"` to return `1024`
+* Calling `my-script.sh -g 345 -g` will cause `argValue "g"` to return nothing
+* Calling `my-script.sh --size 512 --size=1024` will cause `argValue "size"` to return `1024`
174
175
## Debug Mode
176
0 commit comments