Skip to content

Commit d378c14

Browse files
mvanhornAndyScherzinger
authored andcommitted
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 a170ee6 commit d378c14

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
@@ -38,7 +38,7 @@ protected function configure(): void {
3838
$this
3939
->setName('trashbin:expire')
4040
->setDescription('Delete expired files from the trashbin')
41-
->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.')
41+
->setHelp('Deletes expired files from the trashbin according to the configured retention and space policy.')
4242
->addArgument(
4343
'user_id',
4444
InputArgument::OPTIONAL | InputArgument::IS_ARRAY,

0 commit comments

Comments
 (0)