summaryrefslogtreecommitdiffstats
path: root/core/Command
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2016-06-07 09:13:11 +0200
committerJoas Schilling <nickvergessen@owncloud.com>2016-06-07 09:13:11 +0200
commitd4ba982131de93b0217c9376307489fe4ca033b0 (patch)
treed043f60e2ce32f2b028c00aabcd8ae299e2e462c /core/Command
parentf28f6ad2df59b8faa9589bffbc9d2c53b03a2840 (diff)
downloadnextcloud-server-d4ba982131de93b0217c9376307489fe4ca033b0.tar.gz
nextcloud-server-d4ba982131de93b0217c9376307489fe4ca033b0.zip
Allow to decrypt user '0' files only
Diffstat (limited to 'core/Command')
-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 8d7d26f3d23..e8aec064f25 100644
--- a/core/Command/Encryption/DecryptAll.php
+++ b/core/Command/Encryption/DecryptAll.php
@@ -111,7 +111,8 @@ class DecryptAll extends Command {
$this->addArgument(
'user',
InputArgument::OPTIONAL,
- 'user for which you want to decrypt all files (optional)'
+ 'user for which you want to decrypt all files (optional)',
+ ''
);
}