mirror of
https://github.com/FliegendeWurst/KIT-ILIAS-downloader.git
synced 2024-08-28 04:04:18 +00:00
Change --help wording
This commit is contained in:
parent
ef605b3e8e
commit
a1d5ca5650
@ -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
|
||||
|
@ -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,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user