mirror of
https://github.com/RubyMetric/chsrc
synced 2025-06-09 04:16:21 +08:00
Update usage
This commit is contained in:
parent
3082e72369
commit
2d8c049684
@ -27,11 +27,13 @@ list (或 ls, 或 l) # 查看可用镜像源,和可换源软件
|
||||
list mirror(s) # 查看可用镜像源
|
||||
list target(s) # 查看可换源软件
|
||||
list <target> # 查看该软件可以使用哪些源
|
||||
|
||||
cesu <target> # 对该软件所有源测速
|
||||
get <target> # 查看当前软件的源使用情况
|
||||
|
||||
set <target> # 换源,自动测速后挑选最快源
|
||||
set <target> -1 # 1,2,3的1。换源,不测速,挑选经维护者测速排序的第一源
|
||||
set <target> -v # 换源,并打印换源所执行的具体操作
|
||||
set <target> def(ault) # 换源,默认挑选经维护者测速排序第一的源
|
||||
set <target> <mirror> # 换源,指定使用某镜像站
|
||||
```
|
||||
|
||||
换源:
|
||||
|
4
chsrc.c
4
chsrc.c
@ -1031,8 +1031,8 @@ usage[] = {
|
||||
"cesu <target> # 对该软件所有源测速",
|
||||
"get <target> # 查看当前软件的源使用情况",
|
||||
"set <target> # 换源,自动测速后挑选最快源",
|
||||
"set <target> -1 # 1,2,3的1。换源,不测速,挑选经维护者测速排序的第一源",
|
||||
"set <target> -v # 换源,并打印换源所执行的具体操作\n"
|
||||
"set <target> def(ault) # 换源,默认挑选经维护者测速排序第一的源",
|
||||
"set <target> <mirror> # 换源,指定使用某镜像站\n"
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user