Pārlūkot izejas kodu

cmd_pstrap: reorganized help messages

Daniel-Constantin Mierla 5 gadi atpakaļ
vecāks
revīzija
89bf8df04f
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  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",