From c95eb3e9aa7477dfb1715bd7a1cb6d31a7fd0f9a Mon Sep 17 00:00:00 2001 From: Severin Siffert Date: Mon, 24 Feb 2025 17:03:21 +0100 Subject: [PATCH] docs: fix dfx cycles balance description (#4119) --- CHANGELOG.md | 2 ++ src/dfx/src/commands/cycles/balance.rs | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87ff81a8d4..54d30dbc8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ ### chore: hide `dfx wallet redeem-faucet-coupon` +### docs: fixed description of `dfx cycles balance` + ## Dependencies ### Motoko diff --git a/src/dfx/src/commands/cycles/balance.rs b/src/dfx/src/commands/cycles/balance.rs index 42e54110dc..81b69755cd 100644 --- a/src/dfx/src/commands/cycles/balance.rs +++ b/src/dfx/src/commands/cycles/balance.rs @@ -8,7 +8,7 @@ use candid::Principal; use clap::Parser; use icrc_ledger_types::icrc1::account::Subaccount; -/// Get the cycle balance of the selected Identity's cycles wallet. +/// Get the cycle balance of the selected Identity's cycles ledger account. #[derive(Parser)] pub struct CyclesBalanceOpts { /// Specifies a Principal to get the balance of