X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Fcreate.terms.yml;h=be26f06cc34b94533e790e311524c44537301bd3;hb=4e1bfbf98b844da83b18aca92ef00f11a4735806;hp=4e02e8c9e84c320a1142d4d67ba7172ec2fcafdb;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/vendor/drupal/console-en/translations/create.terms.yml b/vendor/drupal/console-en/translations/create.terms.yml index 4e02e8c9e..be26f06cc 100644 --- a/vendor/drupal/console-en/translations/create.terms.yml +++ b/vendor/drupal/console-en/translations/create.terms.yml @@ -16,3 +16,13 @@ messages: name: 'Name' invalid-vocabularies: 'Vocabulary(s) "%s" are invalid' created-terms: 'Created "%s" terms successfully' + error: 'Error creating terms: "%s"' +examples: + - description: 'Provide the vocabulary term name.' + execution: drupal create:terms vocabulary + - description: 'Provide the limit of terms to add and limit of title words.' + execution: | + drupal create:terms tags \ + --limit="10" \ + --name-words="5" +