Skip to content

Commit

Permalink
[update:execute] Fix messages. (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmolivas authored Sep 4, 2017
1 parent d48ed1b commit 21a7c2d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions translations/update.execute.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 21a7c2d

Please sign in to comment.