From f7a75a4fdcfdd0777deafe5d6fd17a97198fd9f6 Mon Sep 17 00:00:00 2001 From: Some Random Crypto Guy Date: Tue, 4 Nov 2025 11:38:32 +0000 Subject: [PATCH] added help information --- src/simplewallet/simplewallet.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp index 1c938ef34..4da8cb891 100644 --- a/src/simplewallet/simplewallet.cpp +++ b/src/simplewallet/simplewallet.cpp @@ -3636,7 +3636,8 @@ simple_wallet::simple_wallet() m_cmd_binder.set_handler("account", boost::bind(&simple_wallet::on_command, this, &simple_wallet::account, _1), tr(USAGE_ACCOUNT), - tr("If no arguments are specified, the wallet shows all the existing accounts along with their balances.\n" + tr("If no arguments are specified, the wallet shows all the existing accounts (that have balances) along with their balances.\n" + "If the \"all\" argument is specified, the wallet shows all the existing accounts, even if they have zero balances.\n" "If the \"new\" argument is specified, the wallet creates a new account with its label initialized by the provided label text (which can be empty).\n" "If the \"switch\" argument is specified, the wallet switches to the account specified by .\n" "If the \"label\" argument is specified, the wallet sets the label of the account specified by to the provided label text.\n"