Browse Source

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>
ppa-0.6.1
William Casarin 6 years ago
committed by Christian Decker
parent
commit
a88ab1634f
  1. 2
      cli/lightning-cli.c

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

Loading…
Cancel
Save