Fix a flag documentation

This commit is contained in:
Roey Darwish Dror
2020-01-28 21:59:55 +02:00
parent 5c9318da72
commit 957824e1fb

View File

@@ -191,7 +191,7 @@ pub struct CommandLineArgs {
#[structopt(short = "y", long = "yes")]
yes: bool,
/// Disable predefined_git_repos
/// Don't pull the predefined git repos
#[structopt(long = "disable-predefined-git-repos")]
disable_predefined_git_repos: bool,
}