Skip to content

Commit

Permalink
Merge pull request #105 from valbendan/master
Browse files Browse the repository at this point in the history
fix -c option conflict
  • Loading branch information
c9s committed Aug 28, 2017
2 parents 8d19e56 + 39bf80e commit 5d7c470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/ArchiveCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public function options($opts)
->defaultValue(true)
;

$opts->add('c|compress?', 'compress type: gz, bz2')
$opts->add('compress?', 'compress type: gz, bz2')
->defaultValue('gz')
->validValues(array('gz', 'bz2'))
;
Expand Down

0 comments on commit 5d7c470

Please sign in to comment.