improve description and help output for the encrypt-all and decrypt-all command

remotes/origin/db-empty-migrate
Bjoern Schiessle 10 years ago committed by Lukas Reschke
parent 8b83c6d5a4
commit 03e05d5dbc
  1. 3
      core/command/encryption/decryptall.php
  2. 3
      core/command/encryption/encryptall.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!'

@ -93,7 +93,8 @@ class EncryptAll extends Command {
parent::configure();
$this->setName('encryption:encrypt-all');
$this->setDescription(
$this->setDescription('Encrypt all files for all users');
$this->setHelp(
'This will encrypt all files for all users. '
. 'Please make sure that no user access his files during this process!'
);

Loading…
Cancel
Save