Skip to content

Commit

Permalink
fixed subcommand about field
Browse files Browse the repository at this point in the history
  • Loading branch information
tonton-sol committed Jan 21, 2024
1 parent 3d8cbad commit cd108f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion token/cli/src/clap_app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1010,7 +1010,7 @@ pub fn app<'a, 'b>(
)
.subcommand(
SubCommand::with_name(CommandName::UpdateGroupMaxSize.into())
.about("Updates the number of member in the group.")
.about("Updates the maximum number of members for a group.")
.arg(
Arg::with_name("token")
.validator(is_valid_pubkey)
Expand Down

0 comments on commit cd108f4

Please sign in to comment.