Module: kamailio Branch: 4.3 Commit: ff1d3f06840928aace36780ecbc898cd2e90ce0a URL: https://github.com/kamailio/kamailio/commit/ff1d3f06840928aace36780ecbc898cd2e90ce0a
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2015-07-29T12:11:36+02:00 kamcmd: use NAME to build help message (cherry picked from commit 7038d12dbb9c8db1b46c0874bfd8fce72d6e72ed) --- Modified: utils/kamcmd/kamcmd.c --- Diff: https://github.com/kamailio/kamailio/commit/ff1d3f06840928aace36780ecbc898cd2e90ce0a.diff Patch: https://github.com/kamailio/kamailio/commit/ff1d3f06840928aace36780ecbc898cd2e90ce0a.patch --- diff --git a/utils/kamcmd/kamcmd.c b/utils/kamcmd/kamcmd.c index 86d8fc4..974127c 100644 --- a/utils/kamcmd/kamcmd.c +++ b/utils/kamcmd/kamcmd.c @@ -111,7 +111,7 @@ arg:\n\ string or number; to force a number to be interpreted as string \n\ prefix it by \"s:\", e.g. s:1\n\ Examples:\n\ - " NAME " -s unixs:/tmp/ser_unix system.listMethods\n\ + " NAME " -s unixs:/tmp/" NAME "_ctl system.listMethods\n\ " NAME " -f \"pid: %v desc: %v\\n\" -s udp:localhost:2047 core.ps \n\ " NAME " ps # uses default ctl socket \n\ " NAME " # enters interactive mode on the default socket \n\ _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
