mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
Add some missing items to help command list:
* validators * validator_list_sites * Put "version" in the right place
This commit is contained in:
committed by
Manoj doshi
parent
c6d82c722b
commit
be139d9bde
@@ -151,7 +151,6 @@ void printHelp (const po::options_description& desc)
|
|||||||
" random\n"
|
" random\n"
|
||||||
" ripple ...\n"
|
" ripple ...\n"
|
||||||
" ripple_path_find <json> [<ledger>]\n"
|
" ripple_path_find <json> [<ledger>]\n"
|
||||||
" version\n"
|
|
||||||
" server_info [counters]\n"
|
" server_info [counters]\n"
|
||||||
" server_state [counters]\n"
|
" server_state [counters]\n"
|
||||||
" sign <private_key> <tx_json> [offline]\n"
|
" sign <private_key> <tx_json> [offline]\n"
|
||||||
@@ -161,6 +160,9 @@ void printHelp (const po::options_description& desc)
|
|||||||
" submit_multisigned <tx_json>\n"
|
" submit_multisigned <tx_json>\n"
|
||||||
" tx <id>\n"
|
" tx <id>\n"
|
||||||
" validation_create [<seed>|<pass_phrase>|<key>]\n"
|
" validation_create [<seed>|<pass_phrase>|<key>]\n"
|
||||||
|
" validators\n"
|
||||||
|
" validator_list_sites\n"
|
||||||
|
" version\n"
|
||||||
" wallet_propose [<passphrase>]\n";
|
" wallet_propose [<passphrase>]\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user