Skip to content

Commit 39bf80e

Browse files
committed
fix -c option conflict
1 parent 8d19e56 commit 39bf80e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Command/ArchiveCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public function options($opts)
6868
->defaultValue(true)
6969
;
7070

71-
$opts->add('c|compress?', 'compress type: gz, bz2')
71+
$opts->add('compress?', 'compress type: gz, bz2')
7272
->defaultValue('gz')
7373
->validValues(array('gz', 'bz2'))
7474
;

0 commit comments

Comments
 (0)