mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Merge pull request #55577 from nextcloud/fix/repair-tree-description
fix(RepairTree): Update files:repair-tree description
This commit is contained in:
commit
0274a463ab
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ class RepairTree extends Command {
|
|||
protected function configure(): void {
|
||||
$this
|
||||
->setName('files:repair-tree')
|
||||
->setDescription('Try and repair malformed filesystem tree structures')
|
||||
->setDescription('Try and repair malformed filesystem tree structures (may be necessary to run multiple times for nested malformations)')
|
||||
->addOption('dry-run');
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue