Skip to content

Commit db75ace

Browse files
committed
fix: doc
1 parent 7d4e41e commit db75ace

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/cast/src/cmd/keychain.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ pub enum KeychainSubcommand {
252252
#[arg(long)]
253253
expiry: Option<u64>,
254254

255-
/// Spending limit in TOKEN:AMOUNT[:PERIOD] format. Repeatable.
255+
/// Spending limit in "TOKEN:AMOUNT[:PERIOD]" format. Repeatable.
256256
#[arg(long = "limit", value_parser = parse_limit)]
257257
limits: Vec<TokenLimit>,
258258

0 commit comments

Comments
 (0)