Skip to content

Commit

Permalink
Update help text for move command
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhauner committed Jul 12, 2023
1 parent 98bcb94 commit 038c7a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion validator_manager/src/move_validators.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ pub fn cli_app<'a, 'b>() -> App<'a, 'b> {
.about(
"Uploads validators to a validator client using the HTTP API. The validators \
are defined in a JSON file which can be generated using the \"create-validators\" \
command.",
command. This command only supports validators signing via a keystore on the local \
file system (i.e., not Web3Signer validators).",
)
.arg(
Arg::with_name(SRC_VC_URL_FLAG)
Expand Down

0 comments on commit 038c7a2

Please sign in to comment.