From a88ab1634fc7521e88f991671391c7b2f7edb1f8 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Sun, 1 Jul 2018 12:13:22 -0700 Subject: [PATCH] cli: add manpage hint at the end of human help output It may not immediately obvious that this is available Signed-off-by: William Casarin --- cli/lightning-cli.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cli/lightning-cli.c b/cli/lightning-cli.c index c3ba63af5..3a4ffef47 100644 --- a/cli/lightning-cli.c +++ b/cli/lightning-cli.c @@ -103,6 +103,8 @@ static void human_help(const char *buffer, const jsmntok_t *result) { /* advance to next command */ curr++; } + + printf("---\nrun `man lightning-{command}` for more information on each command\n"); } enum format {