Added the Search API Synonym module to deal specifically with licence and license...
[yaffs-website] / vendor / drupal / console-en / translations / create.users.yml
index 057bf42c4402cf54f38c031881846983547e352f..3225da4baa62272d67c7d65e0c1d27322ed7020a 100644 (file)
@@ -25,3 +25,14 @@ messages:
     username: 'Username'
     created: 'Created Time'
     created-users: 'Created "%s" users successfully'
+    error: 'Error creating users: "%s"'
+examples:
+    - description: 'Provide the user role.'
+      execution: drupal create:users role
+    - description: 'Provide the number of users to create, password and time range to create.'
+      execution: |
+        drupal create:users role \
+          --limit="5" \
+          --password="usersnewpassword" \
+          --time-range="1"
+