use the same pattern for the command name like every other command

This commit is contained in:
Bjoern Schiessle 2015-09-14 12:00:39 +02:00
parent 211a243784
commit 69b64b5b10

View file

@ -83,7 +83,7 @@ class EncryptAll extends Command {
protected function configure() {
parent::configure();
$this->setName('encryption:encrypt_all');
$this->setName('encryption:encrypt-all');
$this->setDescription(
'This will encrypt all files for all users. '
. 'Please make sure that no user access his files during this process!'