Skip to content

Commit e66653f

Browse files
niftyneirustyrussell
authored andcommitted
hsmtool: fixup show usage parens + return
1 parent fb65ec9 commit e66653f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/hsmtool.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ static void show_usage(const char *progname)
4343
"<path/to/hsm_secret>\n");
4444
printf(" - guesstoremote <P2WPKH address> <node id> <tries> "
4545
"<path/to/hsm_secret>\n");
46-
printf(" - generatehsm <path/to/new/hsm_secret> [<language_id> <word list> [<password>]");
46+
printf(" - generatehsm <path/to/new/hsm_secret> [<language_id> <word list> [<password>]]\n");
4747
printf(" - checkhsm <path/to/new/hsm_secret>\n");
4848
printf(" - dumponchaindescriptors [--show-secrets] <path/to/hsm_secret> [network]\n");
4949
printf(" - makerune <path/to/hsm_secret>\n");

0 commit comments

Comments
 (0)