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::with_name("transaction-history")
.about("Show historical transactions affecting the given address, \
ordered based on the slot in which they were confirmed in \
from lowest to highest slot")
.about("Show historical transactions affecting the given address \
from newest to oldest")
.arg(
pubkey!(Arg::with_name("address")
.index(1)

View File

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