diff --git a/src/main.rs b/src/main.rs index a38b2e4..8dfeb2b 100644 --- a/src/main.rs +++ b/src/main.rs @@ -46,7 +46,7 @@ fn main() -> Result<()> { /// Options for screenshot #[derive(StructOpt)] pub struct Options { - /// The region to select (fullscreen | window | select) + /// The region to select (fullscreen | select) #[structopt(parse(try_from_str = Region::from_str))] pub region: Region,