Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoeyR committed Jul 28, 2018
1 parent 62698ab commit 5aebdaf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion flif-cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
Expand Down

0 comments on commit 5aebdaf

Please sign in to comment.