浏览代码

cmd_group: added group short help

Daniel-Constantin Mierla 5 年之前
父节点
当前提交
d8c5791beb
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. 5 1
      kamcli/commands/cmd_group.py

+ 5 - 1
kamcli/commands/cmd_group.py

@@ -5,7 +5,11 @@ from kamcli.cli import pass_context
 from kamcli.cli import parse_user_spec
 
 
[email protected]("group", help="Manage the ACL of users with group membership")
[email protected](
+    "group",
+    help="Manage the ACL of users with group membership",
+    short_help="Manage group module",
+)
 @pass_context
 def cli(ctx):
     pass