Skip to content

Commit c103d32

Browse files
committed
docs: 更新文档
1 parent c6730db commit c103d32

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ npm install -g @ckpack/git-dl
1818
git-dl [options] [command] <owner/repo> [output-dir]
1919
```
2020

21-
参数说明:
21+
Command:
2222

2323
- `<owner/repo>`:Required. The owner and name of the GitHub repository, in the format of `owner/repo`, for example, `ckvv/git-dl`.
2424
- `[output-dir]`:Optional. The output directory for the downloaded files. If not specified, the default directory will be used.
2525

26-
选项说明:
26+
Options:
2727

2828
+ `-V`, `--version` output the version number
2929
+ `-b`, `--branch <char>` branch name (default: "main")
@@ -33,7 +33,7 @@ git-dl [options] [command] <owner/repo> [output-dir]
3333
+ `-t`, `--token <char>` github token
3434
+ `-h`, `--help` display help for command
3535

36-
示例:
36+
Example:
3737

3838
```shell
3939
# download ckvv/git-dl

0 commit comments

Comments
 (0)