2
0
Эх сурвалжийг харах

cmd_pstrap: reorganized help messages

Daniel-Constantin Mierla 5 жил өмнө
parent
commit
89bf8df04f

+ 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",