Skip to content

Commit

Permalink
subkey: genesis is optional
Browse files Browse the repository at this point in the history
  • Loading branch information
akru committed Apr 3, 2020
1 parent 2221659 commit 13bcbb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/subkey/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ fn get_app<'a, 'b>(usage: &'a str) -> App<'a, 'b> {
SubCommand::with_name("transfer")
.about("Author and sign a Node pallet_balances::Transfer transaction with a given (secret) key")
.args_from_usage("
<genesis> -g, --genesis <genesis> 'The genesis hash or a recognized \
[genesis] -g, --genesis [genesis] 'The genesis hash or a recognized \
chain identifier (ipci).'
<from> 'The signing secret key URI.'
<to> 'The destination account public key URI.'
Expand Down

0 comments on commit 13bcbb4

Please sign in to comment.