lncli: fix exportChanBackup description typo

This commit is contained in:
Otto Suess 2019-04-12 20:14:32 +02:00 committed by GitHub
parent c0141a7bc1
commit 2bd217a5d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3625,7 +3625,7 @@ var exportChanBackupCommand = cli.Command{
ArgsUsage: "[chan_point] [--all] [--output_file]", ArgsUsage: "[chan_point] [--all] [--output_file]",
Description: ` Description: `
This command allows a user to export a Static Channel Backup (SCB) for This command allows a user to export a Static Channel Backup (SCB) for
as selected channel. SCB's are encrypted backups of a channel's initial a selected channel. SCB's are encrypted backups of a channel's initial
state that are encrypted with a key derived from the seed of a user. In state that are encrypted with a key derived from the seed of a user. In
the case of partial or complete data loss, the SCB will allow the user the case of partial or complete data loss, the SCB will allow the user
to reclaim settled funds in the channel at its final state. The to reclaim settled funds in the channel at its final state. The