mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-26 14:05:51 +00:00
Do not output usage if --quiet.
This commit is contained in:
@@ -187,7 +187,7 @@ int main(int argc, char* argv[])
|
|||||||
iResult = commandLineRPC(vCmd);
|
iResult = commandLineRPC(vCmd);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (1 == iResult)
|
if (1 == iResult && !vm.count("quiet"))
|
||||||
printHelp(desc);
|
printHelp(desc);
|
||||||
|
|
||||||
return iResult;
|
return iResult;
|
||||||
|
|||||||
Reference in New Issue
Block a user