mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-25 21:45:52 +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);
|
||||
}
|
||||
|
||||
if (1 == iResult)
|
||||
if (1 == iResult && !vm.count("quiet"))
|
||||
printHelp(desc);
|
||||
|
||||
return iResult;
|
||||
|
||||
Reference in New Issue
Block a user