mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Various cleanups:
* Replace SYSTEM_NAME and other macros with C++ constructs * Remove RIPPLE_ARRAYSIZE and use std::extent or ranged for loops * Remove old-style, unused offer crossing unit test * Make STAmount::saFromRate free and remove default argument
This commit is contained in:
@@ -84,7 +84,7 @@ void startServer ()
|
||||
void printHelp (const po::options_description& desc)
|
||||
{
|
||||
std::cerr
|
||||
<< SYSTEM_NAME "d [options] <command> <params>\n"
|
||||
<< systemName () << "d [options] <command> <params>\n"
|
||||
<< desc << std::endl
|
||||
<< "Commands: \n"
|
||||
" account_info <account>|<seed>|<pass_phrase>|<key> [<ledger>] [strict]\n"
|
||||
|
||||
Reference in New Issue
Block a user