Skip to content

Commit d57c8b5

Browse files
Flag doc update
1 parent ffd731c commit d57c8b5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/cli.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ pub struct SetArgs {
5555
/// resolution only allows for either 124% or 149% - first one will be selected.
5656
#[arg(long)]
5757
pub scaling: Option<u32>,
58-
/// Controls high dynamic range color mode
58+
/// Controls high dynamic range color mode. Kept for backwards compatability, use color-mode
59+
/// instead
5960
#[arg(long, conflicts_with = "color_mode")]
6061
pub hdr: Option<bool>,
6162
/// Controls display color mode

0 commit comments

Comments
 (0)