Skip to content

Commit 3e90b67

Browse files
authored
Update README.md
1 parent 65577f5 commit 3e90b67

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
@@ -12,7 +12,7 @@ The following features are supported:
1212
- Single dash and double dash options (`-d` OR `--date`)
1313
- Boolean options (`-p` without a value)
1414
- Compounded options (`-dpi` translates to `-d`, `-p` and `-i`)
15-
- Multiple options exported in arrays (`--date foo1 -d foo2 --date foo3` exports to `"foo1", "foo2", "foo3", etc`)
15+
- Multiple options exported in arrays (`--date foo1 -d foo2 --date foo3` exports to `"foo1", "foo2", "foo3"`)
1616
- Catch-all Method
1717
- Custom Methods
1818
- Parsed options are exported into `EXPORTS`

0 commit comments

Comments
 (0)