From 0e4f5c0e2f5e14b46ae485f84130087985c6cf90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Calder=C3=B3n?= Date: Thu, 4 Apr 2019 11:07:06 -0300 Subject: [PATCH] Add a missing white space on exportchanbackup command description --- cmd/lncli/commands.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/lncli/commands.go b/cmd/lncli/commands.go index c77306c4..6001dfe5 100644 --- a/cmd/lncli/commands.go +++ b/cmd/lncli/commands.go @@ -3626,7 +3626,7 @@ var exportChanBackupCommand = cli.Command{ 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 - 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 to reclaim settled funds in the channel at its final state. The exported channel backups can be restored at a later time using the @@ -3643,7 +3643,7 @@ var exportChanBackupCommand = cli.Command{ returned. A multi backup is a single encrypted blob (displayed in hex encoding) that contains several channels in a single cipher text. - + Both of the backup types can be restored using the restorechanbackup command. `, @@ -3793,7 +3793,7 @@ var verifyChanBackupCommand = cli.Command{ Description: ` This command allows a user to verify an existing Single or Multi channel backup for integrity. This is useful when a user has a backup, but is - unsure as to if it's valid or for the target node. + unsure as to if it's valid or for the target node. The command will accept backups in one of three forms: