mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
use the same pattern for the command name like every other command
This commit is contained in:
parent
211a243784
commit
69b64b5b10
1 changed files with 1 additions and 1 deletions
|
|
@ -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!'
|
||||
|
|
|
|||
Loading…
Reference in a new issue