From 69b64b5b10f66e2826d9b59e26695ae2fa9ef161 Mon Sep 17 00:00:00 2001 From: Bjoern Schiessle Date: Mon, 14 Sep 2015 12:00:39 +0200 Subject: [PATCH] use the same pattern for the command name like every other command --- core/command/encryption/encryptall.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!'