Skip to content

Commit

Permalink
Improve example (#1544)
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowspawn committed Jun 6, 2021
1 parent 7503a69 commit 0e204e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/options-taking-varying-arguments.md
Expand Up @@ -66,8 +66,8 @@ ingredient: scrambled
The explicit way to resolve this is use `--` to indicate the end of the options and option-arguments:

```sh
$ node cook.js -i -- egg
technique: egg
$ node cook.js -i -- scrambled
technique: scrambled
ingredient: cheese
```

Expand Down

0 comments on commit 0e204e8

Please sign in to comment.