Skip to content

Commit 0900ddb

Browse files
joncinqueHaoranYi
authored and
HaoranYi
committed
token-cli: Specify that default-account-state takes a value (solana-labs#3800)
1 parent 3e6eca4 commit 0900ddb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

token/cli/src/main.rs

+1
Original file line numberDiff line numberDiff line change
@@ -2253,6 +2253,7 @@ fn app<'a, 'b>(
22532253
Arg::with_name("default_account_state")
22542254
.long("default-account-state")
22552255
.requires("enable_freeze")
2256+
.takes_value(true)
22562257
.possible_values(&["initialized", "frozen"])
22572258
.help("Specify that accounts have a default state. \
22582259
Note: specifying \"initialized\" adds an extension, which gives \

0 commit comments

Comments
 (0)