From 2d4910b41a970d8c77a2788a38513d2ed9a27289 Mon Sep 17 00:00:00 2001 From: frennkie Date: Sat, 15 Sep 2018 12:39:35 +0200 Subject: [PATCH] Fix closeallchannels option syntax The `command option` (`--force`) has to come after `command`: ``` NAME: lncli - control plane for your Lightning Network Daemon (lnd) USAGE: lncli [global options] command [command options] [arguments...] VERSION: 0.5 commit=3b2c807288b1b7f40d609533c1e96a510ac5fa6d ``` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58a6939..beeb3b9 100644 --- a/README.md +++ b/README.md @@ -310,7 +310,7 @@ The whole build process takes a while. And the end the LCD drives get installed At the beginning of this README you can find the newest SD card we provide. Or you can build the newest SD card image yourself like in the chapter above. The SD card image is used to setup a fresh install of the RaspiBlitz. So what to do if you already have an older version running and you want to upgrade? Until we reach version 1.0 the update process will be a bit rough .. so what you do is: -* close all open lightning channels you have (`lncli --force closeallchannels`) +* close all open lightning channels you have (`lncli closeallchannels --force`) * wait until all closing transactions are done * move all on-chain funds to a wallet outsie raspiblitz (`lncli --conf_target 3 sendcoins [ADDRESS]`) * run the script `./XXcleanHDD.sh` in admin home directory (Blockchain will stay on HDD)