Skip to content

Commit 38e544a

Browse files
committed
fix(trashbin): drop the negative clause from expire help
Per @come-nc: the help should describe what the command does, not enumerate what it does not do.
1 parent 966f8a3 commit 38e544a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/files_trashbin/lib/Command/ExpireTrash.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ protected function configure(): void {
3636
$this
3737
->setName('trashbin:expire')
3838
->setDescription('Delete expired files from the trashbin')
39-
->setHelp('Deletes expired files from the trashbin according to the configured retention and space policy. This does not disable the trashbin or unconditionally empty it.')
39+
->setHelp('Deletes expired files from the trashbin according to the configured retention and space policy.')
4040
->addArgument(
4141
'user_id',
4242
InputArgument::OPTIONAL | InputArgument::IS_ARRAY,

0 commit comments

Comments
 (0)