Fix a flag documentation
This commit is contained in:
@@ -191,7 +191,7 @@ pub struct CommandLineArgs {
|
|||||||
#[structopt(short = "y", long = "yes")]
|
#[structopt(short = "y", long = "yes")]
|
||||||
yes: bool,
|
yes: bool,
|
||||||
|
|
||||||
/// Disable predefined_git_repos
|
/// Don't pull the predefined git repos
|
||||||
#[structopt(long = "disable-predefined-git-repos")]
|
#[structopt(long = "disable-predefined-git-repos")]
|
||||||
disable_predefined_git_repos: bool,
|
disable_predefined_git_repos: bool,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user