Skip to content

Commit 2619c99

Browse files
authored
Fix example code in Readme_zh-CN.md (#2313)
1 parent 8263b7f commit 2619c99

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Readme_zh-CN.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ const { program } = require('commander');
7777

7878
program
7979
.option('--first')
80-
.option('-s, --separator <char>');
80+
.option('-s, --separator <char>')
81+
.argument('<string>');
8182

8283
program.parse();
8384

0 commit comments

Comments
 (0)