Skip to content

Commit

Permalink
hsmtool: fixup show usage parens + return
Browse files Browse the repository at this point in the history
  • Loading branch information
niftynei authored and rustyrussell committed Nov 15, 2024
1 parent fb65ec9 commit e66653f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/hsmtool.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ static void show_usage(const char *progname)
"<path/to/hsm_secret>\n");
printf(" - guesstoremote <P2WPKH address> <node id> <tries> "
"<path/to/hsm_secret>\n");
printf(" - generatehsm <path/to/new/hsm_secret> [<language_id> <word list> [<password>]");
printf(" - generatehsm <path/to/new/hsm_secret> [<language_id> <word list> [<password>]]\n");
printf(" - checkhsm <path/to/new/hsm_secret>\n");
printf(" - dumponchaindescriptors [--show-secrets] <path/to/hsm_secret> [network]\n");
printf(" - makerune <path/to/hsm_secret>\n");
Expand Down

0 comments on commit e66653f

Please sign in to comment.