Browse Source

cmd_acc: added group short help

Daniel-Constantin Mierla 5 years ago
parent
commit
86e2436e4b
1 changed files with 3 additions and 1 deletions
  1. 3 1
      kamcli/commands/cmd_acc.py

+ 3 - 1
kamcli/commands/cmd_acc.py

@@ -6,7 +6,9 @@ from kamcli.cli import pass_context
 from kamcli.dbutils import dbutils_exec_sqltext
 
 
[email protected]("acc", help="Accounting management")
[email protected](
+    "acc", help="Accounting management", short_help="Accounting management"
+)
 @pass_context
 def cli(ctx):
     pass