Skip to content

Commit c2b9652

Browse files
committed
Update command description
1 parent a13496d commit c2b9652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cvm/commands/cache_command.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
class CacheCommand(Command):
1111
NAME = 'cache:clear'
12-
DESCRIPTION = 'Cleared cached composer tags.'
12+
DESCRIPTION = 'Clear cached composer tags.'
1313

1414
def exec(self, args: Namespace):
1515
try:

0 commit comments

Comments
 (0)