From ab13b4ae241b709cdee90ad16495aee47d00ff06 Mon Sep 17 00:00:00 2001
From: Eric Bremner <ebremner@uwaterloo.ca>
Date: Fri, 6 Aug 2021 17:45:36 +0000
Subject: [PATCH] ISTWCMS-4954: update comments and name for uwperm drush
 command

---
 src/Commands/UwDrushCommands.php | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/Commands/UwDrushCommands.php b/src/Commands/UwDrushCommands.php
index 46122f2b..003d1a01 100644
--- a/src/Commands/UwDrushCommands.php
+++ b/src/Commands/UwDrushCommands.php
@@ -28,9 +28,11 @@ class UwDrushCommands extends DrushCommands {
   }
 
   /**
-   * Drush command to update permissions.
+   * Drush command to set permissions to what is in user role yml files.
    *
-   * @command uwcfgcommon:catalog
+   * Yml files are located: /src/UwRoles.
+   *
+   * @command uw:permissions
    * @aliases uwperm
    * @usage uwperm
    */
-- 
GitLab