Merge pull request #19012 from owncloud/occ_encrypt_all_fix_name

use the same pattern for the command name like every other command
This commit is contained in:
Björn Schießle 2015-09-14 12:37:06 +02:00
commit f9b05578a6
1 changed files with 1 additions and 1 deletions

View File

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