Skip to content

Commit 7559ba0

Browse files
committed
修复代码中命令行列表传递方式
1 parent 6804185 commit 7559ba0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/en/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Then use different command styles in the command line to populate an instance of
6464
### Linux/GNU Style
6565

6666
```bash
67-
$ demo.exe "C:/Users/lvyi/Desktop/demo.txt" -s --mode Edit --startup-sessions A B C
67+
$ demo.exe "C:/Users/lvyi/Desktop/demo.txt" -s --mode Edit --startup-sessions A --startup-sessions B --startup-sessions C
6868
```
6969

7070
### .NET CLI Style

docs/zh-hans/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class Options
6464
### Linux/GNU 风格
6565

6666
```bash
67-
$ demo.exe "C:/Users/lvyi/Desktop/demo.txt" -s --mode Edit --startup-sessions A B C
67+
$ demo.exe "C:/Users/lvyi/Desktop/demo.txt" -s --mode Edit --startup-sessions A --startup-sessions B --startup-sessions C
6868
```
6969

7070
### .NET CLI 风格

docs/zh-hant/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class Options
6565
### Linux/GNU 風格
6666

6767
```bash
68-
$ demo.exe "C:/Users/lvyi/Desktop/demo.txt" -s --mode Edit --startup-sessions A B C
68+
$ demo.exe "C:/Users/lvyi/Desktop/demo.txt" -s --mode Edit --startup-sessions A --startup-sessions B --startup-sessions C
6969
```
7070

7171
### .NET CLI 風格

0 commit comments

Comments
 (0)