Skip to content

Commit 3b2aa95

Browse files
authored
docs: Improve the description for the clear cache option
1 parent 7fcaf87 commit 3b2aa95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Console/ConsoleApplication.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ private function addCustomOptions(InputDefinition $inputDefinition): void
142142
Option::CLEAR_CACHE,
143143
null,
144144
InputOption::VALUE_NONE,
145-
'Clear cache'
145+
'Clear cache before starting the execution of the command'
146146
));
147147
}
148148

0 commit comments

Comments
 (0)