From c327733ca6e116d0674cf758076531a23782e971 Mon Sep 17 00:00:00 2001 From: openoms Date: Mon, 3 Jun 2019 07:54:44 +0100 Subject: [PATCH] format message --- lnd.from.source.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lnd.from.source.sh b/lnd.from.source.sh index 6d8b410..e67dc52 100644 --- a/lnd.from.source.sh +++ b/lnd.from.source.sh @@ -6,7 +6,8 @@ #### Build from Source # To quickly catch up get latest patches if needed aarepo="github.com/lightningnetwork/lnd" -echo "Paste the latest or desired commit ID to checkout from: https://github.com/lightningnetwork/lnd/commits/master" +echo "Paste the latest or desired commit ID to checkout from" +echo "See the list at: https://github.com/lightningnetwork/lnd/commits/master" echo "Example:" echo "4068e78af690f9b4a598de1f3f0b21b5560dd146" echo "and press ENTER"