File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -430,3 +430,4 @@ clap-download-only-help = Only download package(s) and dependency(ies) (without
430430oma-mirror-up-to-date = { $mirror } : up to date
431431oma-mirror-outdated = { $mirror } : outdated - { $duration }
432432mirror-latency = Latency
433+ clap-mirror-latency-help = Test mirror synchronization latency
Original file line number Diff line number Diff line change @@ -421,3 +421,4 @@ clap-download-only-help = 只下载软件包和其依赖项,不安装
421421oma-mirror-up-to-date = { $mirror } : 最新同步
422422oma-mirror-outdated = { $mirror } : 存在延迟 - { $duration }
423423mirror-latency = 延迟
424+ clap-mirror-latency-help = 测试镜像同步延迟
Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ pub enum MirrorSubCmd {
200200 #[ arg( long, help = fl!( "clap-no-refresh-help" ) ) ]
201201 no_refresh : bool ,
202202 } ,
203- /// Get mirrors latency
203+ /// Test mirror synchronization latency
204204 #[ command( help_template = & * HELP_TEMPLATE ) ]
205205 #[ command( next_help_heading = & * * crate :: args:: ARG_HELP_HEADING ) ]
206206 Latency {
You can’t perform that action at this time.
0 commit comments