From 2bd217a5d968f36d66643f1bd14ea1636ec89630 Mon Sep 17 00:00:00 2001 From: Otto Suess <37940680+ottosuess@users.noreply.github.com> Date: Fri, 12 Apr 2019 20:14:32 +0200 Subject: [PATCH] lncli: fix exportChanBackup description typo --- cmd/lncli/commands.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/lncli/commands.go b/cmd/lncli/commands.go index 733dd898..0e3573c4 100644 --- a/cmd/lncli/commands.go +++ b/cmd/lncli/commands.go @@ -3625,7 +3625,7 @@ var exportChanBackupCommand = cli.Command{ ArgsUsage: "[chan_point] [--all] [--output_file]", Description: ` 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 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