rippled icon indicating copy to clipboard operation
rippled copied to clipboard

Fix Issue 3318

Open ckeshava opened this issue 2 years ago • 1 comments

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.

ckeshava avatar Jul 15 '22 20:07 ckeshava

Okay, I have changed the commit message. 👍

Looks good. Please reword the commit message:

Update command-line usage help message (fixes #3318)

ckeshava avatar Jul 19 '22 21:07 ckeshava