remove window option

This commit is contained in:
Michael Zhang 2020-12-24 12:29:40 -06:00
parent dcdf13594a
commit 3af06e9665
Signed by: michael
GPG key ID: BDA47A31A3C8EE6B

View file

@ -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,