Skip to content

Commit

Permalink
Update src/commands/flags.ts
Browse files Browse the repository at this point in the history
Signed-off-by: Jeromy Cannon <[email protected]>
  • Loading branch information
jeromy-cannon authored Jan 29, 2025
1 parent 2dcb492 commit 3791c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/flags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1355,7 +1355,7 @@ export class Flags {
constName: 'adminPublicKeys',
name: 'admin-public-keys',
definition: {
describe: 'Comma separated list of DER encoded ED25519 public keys',
describe: 'Comma separated list of DER encoded ED25519 public keys and must match the order of the node aliases',
defaultValue: constants.GENESIS_KEY,
type: 'string',
},
Expand Down

0 comments on commit 3791c3a

Please sign in to comment.