Reword help of generate-child-script-on-failure cargo bpf tools option (#18685)

This commit is contained in:
Dmitri Makarov 2021-07-14 20:31:33 -07:00 committed by GitHub
parent 6f72f8b1fc
commit d117be6792
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -694,7 +694,7 @@ fn main() {
Arg::with_name("generate_child_script_on_failure")
.long("generate-child-script-on-failure")
.takes_value(false)
.help("Generate rerun-script.sh to rerun test command on failure"),
.help("Generate a shell script to rerun a failed subcommand"),
)
.arg(
Arg::with_name("manifest_path")

View File

@ -278,7 +278,7 @@ fn main() {
Arg::with_name("generate_child_script_on_failure")
.long("generate-child-script-on-failure")
.takes_value(false)
.help("Generate rerun-script.sh to rerun test command on failure"),
.help("Generate a shell script to rerun a failed subcommand"),
)
.arg(
Arg::with_name("verbose")