Module: kamailio
Branch: 5.5
Commit: 19cef203a1b487174ce7a0e66431b2c03bf78c65
URL:
https://github.com/kamailio/kamailio/commit/19cef203a1b487174ce7a0e66431b2c…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2022-02-14T13:03:33+01:00
core: updated description for core.psa rpc command
(cherry picked from commit aca381d30413eb1b43abf9e7e3b1306854ceb117)
---
Modified: src/core/core_cmd.c
---
Diff:
https://github.com/kamailio/kamailio/commit/19cef203a1b487174ce7a0e66431b2c…
Patch:
https://github.com/kamailio/kamailio/commit/19cef203a1b487174ce7a0e66431b2c…
---
diff --git a/src/core/core_cmd.c b/src/core/core_cmd.c
index ba17c06e47..3fb2e6d8d7 100644
--- a/src/core/core_cmd.c
+++ b/src/core/core_cmd.c
@@ -439,7 +439,7 @@ static void core_psx(rpc_t* rpc, void* c)
}
static const char* core_psa_doc[] = {
- "Return all the attributes of running.",
+ "Return all the attributes of running processes.",
/* Documentation string */
0 /* Method signature(s) */
};