瀏覽代碼

cmd_pstrap: reorganized help messages

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

+ 2 - 1
kamcli/commands/cmd_pstrap.py

@@ -9,7 +9,8 @@ from kamcli.iorpc import command_ctl
 
 @click.command(
     "pstrap",
-    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 backtrace with ps",
 )
 @click.option(
     "all",