summaryrefslogtreecommitdiffstats
path: root/core/command/encryption/decryptall.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/command/encryption/decryptall.php')
-rw-r--r--core/command/encryption/decryptall.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/command/encryption/decryptall.php b/core/command/encryption/decryptall.php
index c71ba5f04c7..a8560ce88bb 100644
--- a/core/command/encryption/decryptall.php
+++ b/core/command/encryption/decryptall.php
@@ -101,7 +101,8 @@ class DecryptAll extends Command {
parent::configure();
$this->setName('encryption:decrypt-all');
- $this->setDescription(
+ $this->setDescription('Disable server-side encryption and decrypt all files');
+ $this->setHelp(
'This will disable server-side encryption and decrypt all files for '
. 'all users if it is supported by your encryption module. '
. 'Please make sure that no user access his files during this process!'