Skip to content

Commit

Permalink
Add missing word and expand wording for clarity (#1482)
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowspawn authored Mar 7, 2021
1 parent b9ffe09 commit 26223d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ an option for a different purpose in subcommands.
Example file: [positional-options.js](./examples/positional-options.js)
With positional options, the `-b` is a program option in the first line and a subcommand option in the second:
With positional options, the `-b` is a program option in the first line and a subcommand option in the second line:
```sh
program -b subcommand
Expand All @@ -725,7 +725,7 @@ To use pass through options in a subcommand, the program needs to enable positio
Example file: [pass-through-options.js](./examples/pass-through-options.js)
With pass through options, the `--port=80` is a program option in the line and passed through as a command-argument in the second:
With pass through options, the `--port=80` is a program option in the first line and passed through as a command-argument in the second line:
```sh
program --port=80 arg
Expand Down

0 comments on commit 26223d0

Please sign in to comment.