We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffd731c commit d57c8b5Copy full SHA for d57c8b5
1 file changed
src/cli.rs
@@ -55,7 +55,8 @@ pub struct SetArgs {
55
/// resolution only allows for either 124% or 149% - first one will be selected.
56
#[arg(long)]
57
pub scaling: Option<u32>,
58
- /// Controls high dynamic range color mode
+ /// Controls high dynamic range color mode. Kept for backwards compatability, use color-mode
59
+ /// instead
60
#[arg(long, conflicts_with = "color_mode")]
61
pub hdr: Option<bool>,
62
/// Controls display color mode
0 commit comments