Skip to content

Commit 48199f6

Browse files
committed
Fix typos
1 parent 8026b01 commit 48199f6

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
@@ -1054,19 +1054,19 @@ BaiduPCS-Py purgetasks
10541054
`ROOT_DIR` 默认为 `/`
10551055

10561056
```
1057-
BaiduPCS-Py BaiduPCS-Py server [OPTIONS] [ROOT_DIR]
1057+
BaiduPCS-Py server [OPTIONS] [ROOT_DIR]
10581058
```
10591059

10601060
如果需要设置认证,使用下面的选项设置用户名和密钥:
10611061

10621062
```
1063-
BaiduPCS-Py BaiduPCS-Py server [ROOT_DIR] --username 'foo' --password 'bar'
1063+
BaiduPCS-Py server [ROOT_DIR] --username 'foo' --password 'bar'
10641064
```
10651065

10661066
也可以指定服务路径:
10671067

10681068
```
1069-
BaiduPCS-Py BaiduPCS-Py server [ROOT_DIR] --path '/my/pan'
1069+
BaiduPCS-Py server [ROOT_DIR] --path '/my/pan'
10701070
10711071
# 访问 http://localhost:8000/my/pan/
10721072
```

0 commit comments

Comments
 (0)