From 6f215a70e5c1b683e4b466a2d07f690b8c700acd Mon Sep 17 00:00:00 2001 From: lisa neigut Date: Mon, 28 Oct 2019 19:18:40 -0500 Subject: [PATCH] contrib: fixup documentation of l1/2-log --- contrib/startup_regtest.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/contrib/startup_regtest.sh b/contrib/startup_regtest.sh index d06b747d9..bb63e0e25 100755 --- a/contrib/startup_regtest.sh +++ b/contrib/startup_regtest.sh @@ -106,7 +106,7 @@ start_ln() { "$LIGHTNINGD" --lightning-dir=/tmp/l2-regtest # Give a hint. - echo "Commands: l1-cli, l2-cli, bt-cli, stop_ln, cleanup_ln" + echo "Commands: l1-cli, l2-cli, l[1|2]-log, bt-cli, stop_ln, cleanup_ln" } stop_ln() { @@ -126,6 +126,8 @@ cleanup_ln() { unalias l1-cli unalias l2-cli unalias bt-cli + unalias l1-log + unalias l2-log unset -f start_ln unset -f stop_ln unset -f cleanup_ln