Change --help wording

This commit is contained in:
FliegendeWurst 2020-04-21 23:35:12 +02:00
parent ef605b3e8e
commit a1d5ca5650
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ FLAGS:
-n, --no-videos Do not download Opencast videos -n, --no-videos Do not download Opencast videos
-s, --skip-files Do not download files -s, --skip-files Do not download files
-V, --version Prints version information -V, --version Prints version information
-v Verbosity (>=1 prints progress) -v Verbose logging (print objects downloaded)
OPTIONS: OPTIONS:
-o, --output <output> Output directory -o, --output <output> Output directory

View File

@ -499,7 +499,7 @@ struct Opt {
#[structopt(short)] #[structopt(short)]
force: bool, force: bool,
/// Verbosity (>=1 prints progress) /// Verbose logging (print objects downloaded)
#[structopt(short, multiple = true, parse(from_occurrences))] #[structopt(short, multiple = true, parse(from_occurrences))]
verbose: usize, verbose: usize,