Skip to content

Commit 77f05ec

Browse files
XhmikosRTrott
andcommitted
Update locale/en/knowledge/command-line/how-to-parse-command-line-arguments.md
Co-authored-by: Rich Trott <rtrott@gmail.com>
1 parent f8050e5 commit 77f05ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

locale/en/knowledge/command-line/how-to-parse-command-line-arguments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ console.log('myArgs: ', myArgs);
4040
This yields:
4141

4242
```bash
43-
$ node argv.js one two three four
43+
$ node argv.js one two three four five
4444
myArgs: [ 'one', 'two', 'three', 'four', 'five' ]
4545
```
4646

0 commit comments

Comments
 (0)