Browse Source

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

remotes/origin/db-empty-migrate
Bjoern Schiessle 10 years ago
parent
commit
69b64b5b10
  1. 2
      core/command/encryption/encryptall.php

2
core/command/encryption/encryptall.php

@ -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!'

Loading…
Cancel
Save