X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;f=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Fdatabase.drop.yml;fp=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Fdatabase.drop.yml;h=6f71d05bd5eaaf704acb3c96c6fd570dee78b153;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hp=05f4c6421ce121f6016b808abfbb5830acb5bc56;hpb=aea91e65e895364e460983b890e295aa5d5540a5;p=yaffs-website diff --git a/vendor/drupal/console-en/translations/database.drop.yml b/vendor/drupal/console-en/translations/database.drop.yml index 05f4c6421..6f71d05bd 100644 --- a/vendor/drupal/console-en/translations/database.drop.yml +++ b/vendor/drupal/console-en/translations/database.drop.yml @@ -1,9 +1,14 @@ description: "Drop all tables in a given database." help: 'The database:drop command helps you drop database tables.' arguments: - database: "Database key from settings.php" + database: 'Database key from settings.php' question: drop-tables: 'Confirm you really want to drop all tables in the database "%s"?' messages: table: 'Table' table-drop: 'Drop "%s" tables successfully' +examples: + - description: 'Drop the tables on the database specified on the argument' + execution: | + drupal database:drop \ +