Skip to content

Commit 0e204e8

Browse files
authored
Improve example (#1544)
1 parent 7503a69 commit 0e204e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/options-taking-varying-arguments.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ ingredient: scrambled
6666
The explicit way to resolve this is use `--` to indicate the end of the options and option-arguments:
6767

6868
```sh
69-
$ node cook.js -i -- egg
70-
technique: egg
69+
$ node cook.js -i -- scrambled
70+
technique: scrambled
7171
ingredient: cheese
7272
```
7373

0 commit comments

Comments
 (0)