diff options
author | Bjoern Schiessle <schiessle@owncloud.com> | 2015-09-14 12:00:39 +0200 |
---|---|---|
committer | Bjoern Schiessle <schiessle@owncloud.com> | 2015-09-14 12:00:39 +0200 |
commit | 69b64b5b10f66e2826d9b59e26695ae2fa9ef161 (patch) | |
tree | 34c35343cc35854dfdd2b045804e408aedebcb97 /core/command | |
parent | 211a2437840ec6897e377a5025f85aec27618263 (diff) | |
download | nextcloud-server-69b64b5b10f66e2826d9b59e26695ae2fa9ef161.tar.gz nextcloud-server-69b64b5b10f66e2826d9b59e26695ae2fa9ef161.zip |
use the same pattern for the command name like every other command
Diffstat (limited to 'core/command')
-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!' |