diff --git a/src/ripple/app/main/Main.cpp b/src/ripple/app/main/Main.cpp index 5a6632b67f..6c5ade1eb5 100644 --- a/src/ripple/app/main/Main.cpp +++ b/src/ripple/app/main/Main.cpp @@ -116,14 +116,18 @@ void printHelp (const po::options_description& desc) << systemName () << "d [options] \n" << desc << std::endl << "Commands: \n" + " account_currencies [] [strict]\n" " account_info ||| [] [strict]\n" " account_lines |\"\" []\n" + " account_objects [] [strict]\n" " account_offers | []\n" " account_tx accountID [ledger_min [ledger_max [limit [offset]]]] [binary] [count] [descending]\n" " book_offers [ [ [ []]]]]\n" " can_delete [||now|always|never]\n" " connect []\n" " consensus_info\n" + " fetch_info [clear]\n" + " gateway_balances [] [ [ ]]\n" " get_counts\n" " json \n" " ledger [|current|closed|validated] [full]\n" @@ -131,34 +135,28 @@ void printHelp (const po::options_description& desc) " ledger_closed\n" " ledger_current\n" " ledger_request \n" - " ledger_header \n" + " log_level [[] ]\n" " logrotate \n" " peers\n" + " ping\n" " random\n" " ripple ...\n" " ripple_path_find []\n" " version\n" " server_info\n" - " sign\n" + " sign [offline]\n" #if RIPPLE_ENABLE_MULTI_SIGN " sign_for\n" #endif // RIPPLE_ENABLE_MULTI_SIGN " stop\n" - " submit\n" + " submit |[ ]\n" #if RIPPLE_ENABLE_MULTI_SIGN " submit_multisigned\n" #endif // RIPPLE_ENABLE_MULTI_SIGN " tx \n" - " unl_add | []\n" - " unl_delete |\n" - " unl_list\n" - " unl_load\n" - " unl_network\n" - " unl_reset\n" " validation_create [||]\n" " validation_seed [||]\n" - " wallet_propose []\n" - " wallet_seed [||]\n"; + " wallet_propose []\n"; } //------------------------------------------------------------------------------