Skip to content

Commit 02dfc58

Browse files
authored
Update getopts.md
1 parent 4b275ea commit 02dfc58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getopts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ However, new gens are usually cycled to ```agrc``` and ```argv```.
44
Save some time and use the built-in. :)
55

66
```bash
7-
while getopts df: flag
7+
while getopt df: flag
88
do
99
case $flag in
1010

0 commit comments

Comments
 (0)