From 21a7c2dbfd237a97bb8593c6f7c397a2032aa1d2 Mon Sep 17 00:00:00 2001 From: Jesus Manuel Olivas Date: Sun, 3 Sep 2017 22:42:48 -0700 Subject: [PATCH] [update:execute] Fix messages. (#135) --- translations/update.execute.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/translations/update.execute.yml b/translations/update.execute.yml index b19c0ce..590a121 100644 --- a/translations/update.execute.yml +++ b/translations/update.execute.yml @@ -1,12 +1,17 @@ description: 'Execute a specific Update N function in a module, or execute all' -options: +arguments: + module: 'Module name' update-n: 'Specific Update N function to be executed' messages: no-module-updates: 'There aren''t updates available for module "%s"' executing-update: 'Executing update function "%s" of module "%s"' module-update-function-not-found: 'Module "%s" doesn''t have a function update for "%s"' executing-required-previous-updates: 'Executing required previous updates' + no-pending-updates: 'There aren''t updates available' examples: - - description: 'Update all entities' + - description: 'Execute all updates' execution: | drupal update:execute + - description: 'Execute updates for system module' + execution: | + drupal update:execute system