From d4ba982131de93b0217c9376307489fe4ca033b0 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 7 Jun 2016 09:13:11 +0200 Subject: Allow to decrypt user '0' files only --- core/Command/Encryption/DecryptAll.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'core/Command/Encryption') 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)', + '' ); } -- cgit v1.2.3