We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8d19e56 + 39bf80e commit 5d7c470Copy full SHA for 5d7c470
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