Be more explicit about supported output formats

This commit is contained in:
Matthias Endler 2021-02-17 12:17:45 +01:00
parent d16e4fa1bc
commit 8173e9927f

View file

@ -239,7 +239,7 @@ pub struct Config {
#[serde(default)]
pub output: Option<PathBuf>,
/// Output file format of status report
/// Output file format of status report (json, string)
#[structopt(short, long, default_value = "string")]
#[serde(default)]
pub format: Format,