X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;f=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Fcron.execute.yml;fp=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Fcron.execute.yml;h=a4f2b78be27e78fa89c6ae7c2e4c508704ee123e;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hp=d5869bae5dd6be95344addcac6a54a9729b68279;hpb=aea91e65e895364e460983b890e295aa5d5540a5;p=yaffs-website diff --git a/vendor/drupal/console-en/translations/cron.execute.yml b/vendor/drupal/console-en/translations/cron.execute.yml index d5869bae5..a4f2b78be 100644 --- a/vendor/drupal/console-en/translations/cron.execute.yml +++ b/vendor/drupal/console-en/translations/cron.execute.yml @@ -4,3 +4,11 @@ messages: executing-cron: 'Executing cron function of module "%s"' success: 'All cron implementations requested were executed successfully' lock: 'Attempting to re-run cron while it is already running' +examples: + - description: 'Execute the cron globally' + execution: | + drupal cron:execute + - description: 'Execute the cron on the specified module' + execution: | + drupal cron:execute \ +