diff --git a/README.md b/README.md index db0ed5f..cd0e0d3 100644 --- a/README.md +++ b/README.md @@ -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 directory diff --git a/src/main.rs b/src/main.rs index 25cfcb4..9e54755 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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,