Skip to content

Commit

Permalink
Fix help for cli
Browse files Browse the repository at this point in the history
  • Loading branch information
syjn99 committed Nov 20, 2024
1 parent 92155f1 commit 21358f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions validator_client/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,7 @@ pub fn cli_app() -> Command {
.value_name("HTTP_TOKEN_PATH")
.help(
"Path to file containing the HTTP API token for validator client authentication. \
If not specified, defaults to {validators-dir}/api-token.txt. \
The file will be created if it does not exist.",
If not specified, defaults to {validators-dir}/api-token.txt."
)
.action(ArgAction::Set)
.display_order(0)
Expand Down

0 comments on commit 21358f4

Please sign in to comment.