We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d19e56 commit 39bf80eCopy full SHA for 39bf80e
1 file changed
src/Command/ArchiveCommand.php
@@ -68,7 +68,7 @@ public function options($opts)
68
->defaultValue(true)
69
;
70
71
- $opts->add('c|compress?', 'compress type: gz, bz2')
+ $opts->add('compress?', 'compress type: gz, bz2')
72
->defaultValue('gz')
73
->validValues(array('gz', 'bz2'))
74
0 commit comments