Skip to content

Commit ff331d3

Browse files
committed
cmd+doc: fix typo
1 parent 5011fd5 commit ff331d3

28 files changed

+28
-28
lines changed

cmd/chantools/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ func newRootKey(cmd *cobra.Command, desc string) *rootKey {
162162
)
163163
cmd.Flags().StringVar(
164164
&r.WalletDB, "walletdb", "", "read the seed/master root key "+
165-
"to use fro "+desc+" from an lnd wallet.db file "+
165+
"to use for "+desc+" from an lnd wallet.db file "+
166166
"instead of asking for a seed or providing the "+
167167
"--rootkey flag",
168168
)

doc/chantools_chanbackup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ chantools chanbackup \
2727
-h, --help help for chanbackup
2828
--multi_file string lnd channel.backup file to create
2929
--rootkey string BIP32 HD root key of the wallet to use for creating the backup; leave empty to prompt for lnd 24 word aezeed
30-
--walletdb string read the seed/master root key to use fro creating the backup from an lnd wallet.db file instead of asking for a seed or providing the --rootkey flag
30+
--walletdb string read the seed/master root key to use for creating the backup from an lnd wallet.db file instead of asking for a seed or providing the --rootkey flag
3131
```
3232

3333
### Options inherited from parent commands

doc/chantools_closepoolaccount.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ chantools closepoolaccount \
4242
--publish publish sweep TX to the chain API instead of just printing the TX
4343
--rootkey string BIP32 HD root key of the wallet to use for deriving keys; leave empty to prompt for lnd 24 word aezeed
4444
--sweepaddr string address to recover the funds to; specify 'fromseed' to derive a new address from the seed automatically
45-
--walletdb string read the seed/master root key to use fro deriving keys from an lnd wallet.db file instead of asking for a seed or providing the --rootkey flag
45+
--walletdb string read the seed/master root key to use for deriving keys from an lnd wallet.db file instead of asking for a seed or providing the --rootkey flag
4646
```
4747

4848
### Options inherited from parent commands

doc/chantools_createwallet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ chantools createwallet \
2626
--generateseed generate a new seed instead of using an existing one
2727
-h, --help help for createwallet
2828
--rootkey string BIP32 HD root key of the wallet to use for creating the new wallet; leave empty to prompt for lnd 24 word aezeed
29-
--walletdb string read the seed/master root key to use fro creating the new wallet from an lnd wallet.db file instead of asking for a seed or providing the --rootkey flag
29+
--walletdb string read the seed/master root key to use for creating the new wallet from an lnd wallet.db file instead of asking for a seed or providing the --rootkey flag
3030
--walletdbdir string the folder to create the new wallet.db file in
3131
```
3232

doc/chantools_derivekey.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ chantools derivekey --identity
2929
--neuter don't output private key(s), only public key(s)
3030
--path string BIP32 derivation path to derive; must start with "m/"
3131
--rootkey string BIP32 HD root key of the wallet to use for decrypting the backup; leave empty to prompt for lnd 24 word aezeed
32-
--walletdb string read the seed/master root key to use fro decrypting the backup from an lnd wallet.db file instead of asking for a seed or providing the --rootkey flag
32+
--walletdb string read the seed/master root key to use for decrypting the backup from an lnd wallet.db file instead of asking for a seed or providing the --rootkey flag
3333
```
3434

3535
### Options inherited from parent commands

doc/chantools_doublespendinputs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ chantools doublespendinputs \
3434
--recoverywindow uint32 number of keys to scan per internal/external branch; output will consist of double this amount of keys (default 2500)
3535
--rootkey string BIP32 HD root key of the wallet to use for deriving the input keys; leave empty to prompt for lnd 24 word aezeed
3636
--sweepaddr string address to recover the funds to; specify 'fromseed' to derive a new address from the seed automatically
37-
--walletdb string read the seed/master root key to use fro deriving the input keys from an lnd wallet.db file instead of asking for a seed or providing the --rootkey flag
37+
--walletdb string read the seed/master root key to use for deriving the input keys from an lnd wallet.db file instead of asking for a seed or providing the --rootkey flag
3838
```
3939

4040
### Options inherited from parent commands

doc/chantools_dumpbackup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ chantools dumpbackup \
2525
-h, --help help for dumpbackup
2626
--multi_file string lnd channel.backup file to dump
2727
--rootkey string BIP32 HD root key of the wallet to use for decrypting the backup; leave empty to prompt for lnd 24 word aezeed
28-
--walletdb string read the seed/master root key to use fro decrypting the backup from an lnd wallet.db file instead of asking for a seed or providing the --rootkey flag
28+
--walletdb string read the seed/master root key to use for decrypting the backup from an lnd wallet.db file instead of asking for a seed or providing the --rootkey flag
2929
```
3030

3131
### Options inherited from parent commands

doc/chantools_fakechanbackup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ chantools fakechanbackup --from_channel_graph lncli_describegraph.json \
6565
--remote_node_addr string the remote node connection information in the format pubkey@host:port
6666
--rootkey string BIP32 HD root key of the wallet to use for encrypting the backup; leave empty to prompt for lnd 24 word aezeed
6767
--short_channel_id string the short channel ID in the format <blockheight>x<transactionindex>x<outputindex>
68-
--walletdb string read the seed/master root key to use fro encrypting the backup from an lnd wallet.db file instead of asking for a seed or providing the --rootkey flag
68+
--walletdb string read the seed/master root key to use for encrypting the backup from an lnd wallet.db file instead of asking for a seed or providing the --rootkey flag
6969
```
7070

7171
### Options inherited from parent commands

doc/chantools_filterbackup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ chantools filterbackup \
2727
-h, --help help for filterbackup
2828
--multi_file string lnd channel.backup file to filter
2929
--rootkey string BIP32 HD root key of the wallet to use for decrypting the backup; leave empty to prompt for lnd 24 word aezeed
30-
--walletdb string read the seed/master root key to use fro decrypting the backup from an lnd wallet.db file instead of asking for a seed or providing the --rootkey flag
30+
--walletdb string read the seed/master root key to use for decrypting the backup from an lnd wallet.db file instead of asking for a seed or providing the --rootkey flag
3131
```
3232

3333
### Options inherited from parent commands

doc/chantools_fixoldbackup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ chantools fixoldbackup \
2828
-h, --help help for fixoldbackup
2929
--multi_file string lnd channel.backup file to fix
3030
--rootkey string BIP32 HD root key of the wallet to use for decrypting the backup; leave empty to prompt for lnd 24 word aezeed
31-
--walletdb string read the seed/master root key to use fro decrypting the backup from an lnd wallet.db file instead of asking for a seed or providing the --rootkey flag
31+
--walletdb string read the seed/master root key to use for decrypting the backup from an lnd wallet.db file instead of asking for a seed or providing the --rootkey flag
3232
```
3333

3434
### Options inherited from parent commands

0 commit comments

Comments
 (0)