Skip to content

Commit

Permalink
token-cli: Specify that default-account-state takes a value (solana…
Browse files Browse the repository at this point in the history
  • Loading branch information
joncinque authored and HaoranYi committed Jul 19, 2023
1 parent 3e6eca4 commit 0900ddb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions token/cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2253,6 +2253,7 @@ fn app<'a, 'b>(
Arg::with_name("default_account_state")
.long("default-account-state")
.requires("enable_freeze")
.takes_value(true)
.possible_values(&["initialized", "frozen"])
.help("Specify that accounts have a default state. \
Note: specifying \"initialized\" adds an extension, which gives \
Expand Down

0 comments on commit 0900ddb

Please sign in to comment.