mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-07 15:01:00 +00:00
Be more explicit about supported output formats
This commit is contained in:
parent
d16e4fa1bc
commit
8173e9927f
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue