lib/act/command.rb in act-0.0.3 vs lib/act/command.rb in act-0.0.4

- old
+ new

@@ -20,10 +20,10 @@ end def self.options [ ['--open', 'Open the file in $EDITOR instead of printing it'], - ['--prettify', "Don't prettify output"], + ['--prettify', 'Prettify output'], ['--line-numbers', 'Show output without line numbers'], ['--lexer=NAME', 'Use the given lexer'], ].concat(super) end