Skip to content

Commit

Permalink
Fix conflict again
Browse files Browse the repository at this point in the history
  • Loading branch information
quietvoid committed Jan 14, 2022
1 parent 0827f38 commit 5addee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ pub enum Command {
short = 'x',
long,
help = "XML metadata file to generate from",
conflicts_with_all = &["json", "hdr10plus_json", "madvr-file"],
conflicts_with_all = &["json", "hdr10plus-json", "madvr-file"],
parse(from_os_str)
)]
xml: Option<PathBuf>,
Expand Down

0 comments on commit 5addee1

Please sign in to comment.