Skip to content

Commit 3f0d2f5

Browse files
committed
Missing markdown
1 parent 724d910 commit 3f0d2f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ The order the arguments are passed on the command line makes a difference
170170

171171
* Calling `my-script.sh -f first -f last` will cause `argValue "f"` to return the value `last`
172172
* 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
173+
* Calling `my-script.sh --size 512 --size=1024` will mean cause `argValue "size"` to return `1024`
174174

175175
## Debug Mode
176176

0 commit comments

Comments
 (0)