From 9abb7db5f87200692deae4343f95f2d74a64935a Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Wed, 5 Aug 2020 20:36:08 -0700 Subject: [PATCH] Upgrade help description --- cli/src/cluster_query.rs | 5 ++--- ledger-tool/src/bigtable.rs | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/cli/src/cluster_query.rs b/cli/src/cluster_query.rs index d578c78230..76e64bb4bc 100644 --- a/cli/src/cluster_query.rs +++ b/cli/src/cluster_query.rs @@ -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) diff --git a/ledger-tool/src/bigtable.rs b/ledger-tool/src/bigtable.rs index 82a80220d6..4ffae98889 100644 --- a/ledger-tool/src/bigtable.rs +++ b/ledger-tool/src/bigtable.rs @@ -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")