diff --git a/flif-cli/src/main.rs b/flif-cli/src/main.rs index 27c4f33b..6fccdcba 100644 --- a/flif-cli/src/main.rs +++ b/flif-cli/src/main.rs @@ -28,7 +28,9 @@ enum Command { #[structopt(name = "decode")] Decode { #[structopt( - short = "i", long = "identify", help = "don't decode, just identify the input FLIF" + short = "i", + long = "identify", + help = "don't decode, just identify the input FLIF" )] identify: bool, #[structopt(name = "INPUT", help = "Input file")]