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
-s, --skip-files Do not download files
-V, --version Prints version information
-v Verbosity (>=1 prints progress)
-v Verbose logging (print objects downloaded)
OPTIONS:
-o, --output <output> Output directory

View File

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