From 5a033fad89f3f8deaa43b8ee1d8b3fb20c121e7e Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 8 Jul 2017 08:04:59 +0100 Subject: [PATCH] help: update manual [ci skip] --- hledger/doc/commands.m4.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/hledger/doc/commands.m4.md b/hledger/doc/commands.m4.md index f7d55f54b..5ef6f2905 100644 --- a/hledger/doc/commands.m4.md +++ b/hledger/doc/commands.m4.md @@ -308,14 +308,15 @@ The `help` command displays any of the main [hledger manuals](/docs.html), in on Run it with no argument to list the manuals (their names are shortened for easier typing), and run `hledger help MANUAL` to select one. -hledger help will choose one of these docs viewers, in order of preference: -info, man, $PAGER, less, stdout (and it always prints on stdout when piped). -Or you can force a particular viewer with the `--info`, `--man`, `--pager`, `--cat` flags. +hledger manuals are available in several formats. +hledger help will use the first of these display methods that it finds: +info, man, $PAGER, less, stdout (or when non-interactive, just stdout). +You can force a particular viewer with the `--info`, `--man`, `--pager`, `--cat` flags. _shell_({{ $ hledger help -Please choose a manual: -hledger help cli|ui|web|api|journal|csv|timeclock|timedot +Please choose a manual by typing "hledger help MANUAL" (a substring is ok). +Manuals: hledger hledger-ui hledger-web hledger-api journal csv timeclock timedot }}) _shell_({{