Skip to content

Commit de7f618

Browse files
sxzzdanielleadams
authored andcommitted
doc: fix -C flag usage
ref 40eb3b79f1 PR-URL: #46388 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Harshitha K P <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 406ff32 commit de7f618

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/cli.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ $ node --completion-bash > node_bash_completion
169169
$ source node_bash_completion
170170
```
171171

172-
### `-C=condition`, `--conditions=condition`
172+
### `-C condition`, `--conditions=condition`
173173

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

192192
```console
193-
$ node -C=development app.js
193+
$ node -C development app.js
194194
```
195195

196196
### `--cpu-prof`

0 commit comments

Comments
 (0)