diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2016-06-07 09:13:11 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2016-06-09 14:00:00 +0200 |
commit | 4f27c2c43341e8798669a72a7da36a33e873490a (patch) | |
tree | f4f405d941ad9adf681e3b6fe620e354da51a0ac /core | |
parent | 60e15e934c6556d34d27ff214f6a148247605bc2 (diff) | |
download | nextcloud-server-4f27c2c43341e8798669a72a7da36a33e873490a.tar.gz nextcloud-server-4f27c2c43341e8798669a72a7da36a33e873490a.zip |
Allow to decrypt user '0' files only
Diffstat (limited to 'core')
-rw-r--r-- | core/Command/Encryption/DecryptAll.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/Command/Encryption/DecryptAll.php b/core/Command/Encryption/DecryptAll.php index e9cae29e825..f9e4fba7133 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)', + '' ); } |