Jelajahi Sumber

cmd_pstrap: reorganized help messages

Daniel-Constantin Mierla 5 tahun lalu
induk
melakukan
89bf8df04f
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  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",