Browse Source

cmd_db: added group short help

Daniel-Constantin Mierla 5 years ago
parent
commit
700049827c
1 changed files with 3 additions and 1 deletions
  1. 3 1
      kamcli/commands/cmd_db.py

+ 3 - 1
kamcli/commands/cmd_db.py

@@ -66,7 +66,9 @@ KDB_GROUP_UID = [
 ]
 
 
[email protected]("db", help="Raw database operations")
[email protected](
+    "db", help="Raw database operations", short_help="Raw database operations"
+)
 @pass_context
 def cli(ctx):
     pass