Module: kamailio Branch: master Commit: 7038d12dbb9c8db1b46c0874bfd8fce72d6e72ed URL: https://github.com/kamailio/kamailio/commit/7038d12dbb9c8db1b46c0874bfd8fce7...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2015-07-27T12:01:03+02:00
kamcmd: use NAME to build help message
---
Modified: utils/kamcmd/kamcmd.c
---
Diff: https://github.com/kamailio/kamailio/commit/7038d12dbb9c8db1b46c0874bfd8fce7... Patch: https://github.com/kamailio/kamailio/commit/7038d12dbb9c8db1b46c0874bfd8fce7...
---
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\