Commit 225eaac9 authored by Volodymyr Mostepaniuk's avatar Volodymyr Mostepaniuk
Browse files

Issue #3128956 by fago, mostepaniukvm: Drush commands should use dash separators

parent 47347770
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,8 +21,8 @@ class EntityUpdaterCommands extends DrushCommands {
   * @usage entity-updater:enqueue node page
   *   Enqeueues all nodes for update.
   *
   * @command entity_updater:enqueue
   * @aliases euq
   * @command entity-updater:enqueue
   * @aliases entity_updater:enqueue,euq
   */
  public function enqueue($entity_type, $bundle = NULL) {
    $count = EntityUpdater::create()