diff options
-rw-r--r-- | core/command/encryption/encryptall.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/command/encryption/encryptall.php b/core/command/encryption/encryptall.php index db413a33d92..7f33e18ecbb 100644 --- a/core/command/encryption/encryptall.php +++ b/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!' |