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 724d910 commit 3f0d2f5Copy full SHA for 3f0d2f5
README.md
@@ -170,7 +170,7 @@ The order the arguments are passed on the command line makes a difference
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 --size 512 --size=1024` will mean cause `argValue "size"` to return `1024`
174
175
## Debug Mode
176
0 commit comments