commands: update interactive input in create command description

This commit is contained in:
CharlieZKSmith
2024-09-09 00:12:47 -07:00
parent a895b1c6ca
commit 7af85d44fd

View File

@ -34,17 +34,16 @@ var createCommand = cli.Command{
Usage: "Initialize a wallet when starting lnd for the first time.", Usage: "Initialize a wallet when starting lnd for the first time.",
Description: ` Description: `
The create command is used to initialize an lnd wallet from scratch for The create command is used to initialize an lnd wallet from scratch for
the very first time. This is interactive command with one required the very first time. This is an interactive command with one required
argument (the password), and one optional argument (the mnemonic input (the password), and one optional input (the mnemonic passphrase).
passphrase).
The first argument (the password) is required and MUST be greater than The first input (the password) is required and MUST be greater than 8
8 characters. This will be used to encrypt the wallet within lnd. This characters. This will be used to encrypt the wallet within lnd. This
MUST be remembered as it will be required to fully start up the daemon. MUST be remembered as it will be required to fully start up the daemon.
The second argument is an optional 24-word mnemonic derived from BIP The second input is an optional 24-word mnemonic derived from BIP 39.
39. If provided, then the internal wallet will use the seed derived If provided, then the internal wallet will use the seed derived from
from this mnemonic to generate all keys. this mnemonic to generate all keys.
This command returns a 24-word seed in the scenario that NO mnemonic This command returns a 24-word seed in the scenario that NO mnemonic
was provided by the user. This should be written down as it can be used was provided by the user. This should be written down as it can be used