currently shows as:
...
getlasthave <username> | <groupname> [user1,user2...]
getlastsoftcheckpointReturns votes of last soft checkpoint.
getmentions <localuser> <count> '{"max_id":max_id,"since_id":since_id}'
...
This commit is contained in:
Erkan Yilmaz 2015-11-14 14:13:10 +01:00
parent ee6f5cae04
commit 95e09c85dd

View File

@ -214,7 +214,7 @@ Value getlastsoftcheckpoint(const Array& params, bool fHelp)
{
if (fHelp || params.size() != 0)
throw runtime_error(
"getlastsoftcheckpoint"
"getlastsoftcheckpoint\n"
"Returns votes of last soft checkpoint.");
Object result;