Skip to content

Commit

Permalink
-O not -F, now looks like -i and -I
Browse files Browse the repository at this point in the history
  • Loading branch information
avar committed May 19, 2010
1 parent accd488 commit ecd2237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/App/QuoteCC.pm
Expand Up @@ -46,7 +46,7 @@ has output => (

has output_format => (
traits => [ qw/ Getopt / ],
cmd_aliases => 'F',
cmd_aliases => 'O',
cmd_flag => 'output-type',
isa => 'Str',
is => 'ro',
Expand Down

0 comments on commit ecd2237

Please sign in to comment.