Skip to content

Commit

Permalink
correction hemp
Browse files Browse the repository at this point in the history
  • Loading branch information
cperves authored and tmuras committed Jul 2, 2024
1 parent 62c4878 commit 0c17930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Moosh/Command/Moodle39/Cache/CacheSet.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public function execute()
protected function getArgumentsHelp() {
$help = parent::getArgumentsHelp();
$help .= "\n\n";
$help .= "This command enable to attribute cache to specific cache store";
$help .= "This command enable to attribute cache to specific cache definition";
$help .= "\ne.g moosh -n cache-set core/calendar_subscriptions redisstore";
return $help;
}
Expand Down

0 comments on commit 0c17930

Please sign in to comment.