minor fixes

This commit is contained in:
The MMGen Project 2025-06-16 14:35:30 +00:00
commit 5bbacc80fd
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
2 changed files with 4 additions and 0 deletions

View file

@ -34,6 +34,9 @@ opts_data = {
'options': """
-h, --help Print this help message
--, --longhelp Print help message for long (global) options
-a, --autosign Sign a transaction created for offline autosigning (see
mmgen-autosign). The removable device is mounted and
unmounted automatically
-b, --brain-params=l,p Use seed length 'l' and hash preset 'p' for
brainwallet input
-d, --outdir= d Specify an alternate directory 'd' for output

View file

@ -45,5 +45,6 @@ rec {
# monero = monero; # XMR (test suite)
# eth-keys = eth-keys; # ETH, ETC (test suite)
# pure-protobuf = pure-protobuf; # THORChain
# bip-utils = bip-utils; # bip_hd
};
}