diff --git a/cmd/pool/account.go b/cmd/pool/account.go index c396fc473..b32ac051c 100644 --- a/cmd/pool/account.go +++ b/cmd/pool/account.go @@ -268,7 +268,7 @@ var depositAccountCommand = cli.Command{ cli.Uint64Flag{ Name: "sat_per_vbyte", Usage: "the fee rate expressed in sat/vbyte that " + - "should be used for the withdrawal", + "should be used for the deposit", }, }, Action: depositAccount,