Skip to content

Commit c8d38dc

Browse files
authored
docs: Improve the description for the clear cache option (#7725)
1 parent 7fcaf87 commit c8d38dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)