Improve repair-roots help (#26008)

This commit is contained in:
Tyera Eulberg 2022-06-16 10:03:27 -06:00 committed by GitHub
parent 8f51c2d985
commit a9c9acfe80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1771,14 +1771,14 @@ fn main() {
.long("before")
.value_name("NUM")
.takes_value(true)
.help("First good root after the range to repair")
.help("Recent root after the range to repair")
)
.arg(
Arg::with_name("end_root")
.long("until")
.value_name("NUM")
.takes_value(true)
.help("Last slot to check for root repair")
.help("Earliest slot to check for root repair")
)
.arg(
Arg::with_name("max_slots")