Skip to content

Commit

Permalink
doc: fix -C flag usage
Browse files Browse the repository at this point in the history
ref
40eb3b79f1

PR-URL: #46388
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Harshitha K P <harshitha014@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
sxzz authored and MylesBorins committed Feb 18, 2023
1 parent b844a09 commit 31d3e3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/cli.md
Expand Up @@ -169,7 +169,7 @@ $ node --completion-bash > node_bash_completion
$ source node_bash_completion
```

### `-C=condition`, `--conditions=condition`
### `-C condition`, `--conditions=condition`

<!-- YAML
added:
Expand All @@ -190,7 +190,7 @@ The default Node.js conditions of `"node"`, `"default"`, `"import"`, and
For example, to run a module with "development" resolutions:

```console
$ node -C=development app.js
$ node -C development app.js
```

### `--cpu-prof`
Expand Down

0 comments on commit 31d3e3c

Please sign in to comment.