瀏覽代碼

cmd_trap: reorganize help messages

Daniel-Constantin Mierla 5 年之前
父節點
當前提交
da23540142
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      kamcli/commands/cmd_trap.py

+ 2 - 1
kamcli/commands/cmd_trap.py

@@ -8,7 +8,8 @@ from kamcli.iorpc import command_ctl
 
 @click.command(
     "trap",
-    short_help="Store runtime details and gdb full backtrace for all Kamailio processes to a file",
+    help="Store runtime details and gdb full backtrace for all Kamailio processes to a file",
+    short_help="Get runtime details and gdb full backtrace",
 )
 @click.option(
     "all",