diff --git a/validator_client/src/cli.rs b/validator_client/src/cli.rs index 0b1e96e0467..b2d1ebb3c25 100644 --- a/validator_client/src/cli.rs +++ b/validator_client/src/cli.rs @@ -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)