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 <jb55@jb55.com>
This commit is contained in:
William Casarin
2018-07-01 12:13:22 -07:00
committed by Christian Decker
parent 32af9d1e19
commit a88ab1634f

View File

@@ -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 {