File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1163,8 +1163,8 @@ UniValue getmemoryinfo(const JSONRPCRequest& request)
11631163 throw std::runtime_error (
11641164 " getmemoryinfo (\" mode\" )\n "
11651165 " Returns an object containing information about memory usage.\n "
1166- " Arguments :\n "
1167- " 1. \" mode\" determines what kind of information is returned. This argument is optional, the default mode is \" stats\" .\n "
1166+ " \n Arguments :\n "
1167+ " 1. \" mode\" (string, optional, default: \" stats\" ) Determines what kind of information is returned .\n "
11681168 " - \" stats\" returns general statistics about memory usage in the daemon.\n "
11691169 " - \" mallocinfo\" returns an XML string describing low-level heap state (only available if compiled with glibc 2.10+).\n "
11701170 " \n Result (mode \" stats\" ):\n "
You can’t perform that action at this time.
0 commit comments