mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-23 06:35:07 +01:00
Merge pull request #3271 from ottosuess/patch-3
trivial: typo fix (closes #3268)
This commit is contained in:
commit
a575b5679d
1 changed files with 1 additions and 1 deletions
|
@ -3873,7 +3873,7 @@ var restoreChanBackupCommand = cli.Command{
|
||||||
"backup",
|
"backup",
|
||||||
ArgsUsage: "[--single_backup] [--multi_backup] [--multi_file=",
|
ArgsUsage: "[--single_backup] [--multi_backup] [--multi_file=",
|
||||||
Description: `
|
Description: `
|
||||||
Allows a suer to restore a Static Channel Backup (SCB) that was
|
Allows a user to restore a Static Channel Backup (SCB) that was
|
||||||
obtained either via the exportchanbackup command, or from lnd's
|
obtained either via the exportchanbackup command, or from lnd's
|
||||||
automatically manged channels.backup file. This command should be used
|
automatically manged channels.backup file. This command should be used
|
||||||
if a user is attempting to restore a channel due to data loss on a
|
if a user is attempting to restore a channel due to data loss on a
|
||||||
|
|
Loading…
Add table
Reference in a new issue