Skip to content

Commit 31d3e3c

Browse files
sxzzMylesBorins
authored andcommitted
doc: fix -C flag usage
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>
1 parent b844a09 commit 31d3e3c

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)