Browse Source

cmd_htable: added group short help

Daniel-Constantin Mierla 5 years ago
parent
commit
c3689309fe
1 changed files with 5 additions and 1 deletions
  1. 5 1
      kamcli/commands/cmd_htable.py

+ 5 - 1
kamcli/commands/cmd_htable.py

@@ -5,7 +5,11 @@ from kamcli.cli import pass_context
 from kamcli.iorpc import command_ctl
 
 
[email protected]("htable", help="Management of htable module")
[email protected](
+    "htable",
+    help="Management of htable module",
+    short_help="Management of htable module",
+)
 @pass_context
 def cli(ctx):
     pass