Module: kamailio
Branch: master
Commit: aca381d30413eb1b43abf9e7e3b1306854ceb117
URL:
https://github.com/kamailio/kamailio/commit/aca381d30413eb1b43abf9e7e3b1306…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2022-02-10T08:42:10+01:00
core: updated description for core.psa rpc command
---
Modified: src/core/core_cmd.c
---
Diff:
https://github.com/kamailio/kamailio/commit/aca381d30413eb1b43abf9e7e3b1306…
Patch:
https://github.com/kamailio/kamailio/commit/aca381d30413eb1b43abf9e7e3b1306…
---
diff --git a/src/core/core_cmd.c b/src/core/core_cmd.c
index e4695bb251..d045a144cb 100644
--- a/src/core/core_cmd.c
+++ b/src/core/core_cmd.c
@@ -478,7 +478,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) */
};