We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d4e41e commit db75aceCopy full SHA for db75ace
1 file changed
crates/cast/src/cmd/keychain.rs
@@ -252,7 +252,7 @@ pub enum KeychainSubcommand {
252
#[arg(long)]
253
expiry: Option<u64>,
254
255
- /// Spending limit in TOKEN:AMOUNT[:PERIOD] format. Repeatable.
+ /// Spending limit in "TOKEN:AMOUNT[:PERIOD]" format. Repeatable.
256
#[arg(long = "limit", value_parser = parse_limit)]
257
limits: Vec<TokenLimit>,
258
0 commit comments