rippled
rippled copied to clipboard
Fix Issue 3318
Fixes Issue 3318 (https://github.com/XRPLF/rippled/issues/3318) If merged, this commit will:
- Include manifest, validator_info information in the output of
rippled -h
command.
Note: I found that printHelp() does not have all the commands listed in a lexicographically sorted order. If this is a requirement I can make that change as well.
For example: validators
appears before validator_list_sites
, but a computer would arrange these strings in the opposite order.
Okay, I have changed the commit message. 👍
Looks good. Please reword the commit message:
Update command-line usage help message (fixes #3318)