Upgrade help description

This commit is contained in:
Michael Vines 2020-08-05 20:36:08 -07:00
parent 4222932e08
commit 9abb7db5f8
2 changed files with 4 additions and 6 deletions

View File

@ -257,9 +257,8 @@ impl ClusterQuerySubCommands for App<'_, '_> {
) )
.subcommand( .subcommand(
SubCommand::with_name("transaction-history") SubCommand::with_name("transaction-history")
.about("Show historical transactions affecting the given address, \ .about("Show historical transactions affecting the given address \
ordered based on the slot in which they were confirmed in \ from newest to oldest")
from lowest to highest slot")
.arg( .arg(
pubkey!(Arg::with_name("address") pubkey!(Arg::with_name("address")
.index(1) .index(1)

View File

@ -452,9 +452,8 @@ impl BigTableSubCommand for App<'_, '_> {
.subcommand( .subcommand(
SubCommand::with_name("transaction-history") SubCommand::with_name("transaction-history")
.about( .about(
"Show historical transactions affecting the given address, \ "Show historical transactions affecting the given address \
ordered based on the slot in which they were confirmed in \ from newest to oldest",
from lowest to highest slot",
) )
.arg( .arg(
Arg::with_name("address") Arg::with_name("address")