improve documentation

This commit is contained in:
Jan Christian Gr??nhage
2020-04-06 22:50:32 +02:00
parent b5e72dacb0
commit a1f772efe2
4 changed files with 13 additions and 2 deletions

View File

@ -35,7 +35,8 @@ pub(crate) fn setup_clap() -> clap::ArgMatches<'static> {
(author: crate_authors!())
(about: crate_description!())
(@arg config: +required "Set config file")
(@arg v: -v --verbose ... "Be verbose (you can add this up to 4 times for more logs)")
(@arg v: -v --verbose ... "Be verbose (you can add this up to 4 times for more logs).
By default, only errors are logged, so no output is a good thing.")
)
.get_matches()
}