Bläddra i källkod

cmd_trap: reorganize help messages

Daniel-Constantin Mierla 5 år sedan
förälder
incheckning
da23540142
1 ändrade filer med 2 tillägg och 1 borttagningar
  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(
 @click.command(
     "trap",
     "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(
 @click.option(
     "all",
     "all",