mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-22 20:44:56 +00:00
add \n
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:
parent
ee6f5cae04
commit
95e09c85dd
@ -214,7 +214,7 @@ Value getlastsoftcheckpoint(const Array& params, bool fHelp)
|
|||||||
{
|
{
|
||||||
if (fHelp || params.size() != 0)
|
if (fHelp || params.size() != 0)
|
||||||
throw runtime_error(
|
throw runtime_error(
|
||||||
"getlastsoftcheckpoint"
|
"getlastsoftcheckpoint\n"
|
||||||
"Returns votes of last soft checkpoint.");
|
"Returns votes of last soft checkpoint.");
|
||||||
|
|
||||||
Object result;
|
Object result;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user