;doc: cli: help: more updates

This commit is contained in:
Simon Michael 2022-08-22 08:26:32 +01:00
parent 3f2fdf36b6
commit efa1879a11

View File

@ -1,5 +1,5 @@
help\ help\
Show the hledger user manual with info, man, or a pager if possible. Show the hledger user manual in the terminal, with `info`, `man`, or a pager.
With a TOPIC argument, open it at that topic if possible. With a TOPIC argument, open it at that topic if possible.
TOPIC can be any heading in the manual, or a heading prefix, case insensitive. TOPIC can be any heading in the manual, or a heading prefix, case insensitive.
Eg: `commands`, `print`, `forecast`, `journal`, `amount`, `"auto postings"`. Eg: `commands`, `print`, `forecast`, `journal`, `amount`, `"auto postings"`.
@ -10,8 +10,8 @@ This command shows the hledger manual built in to your hledger version.
It can be useful when offline, or when you prefer the terminal to a web browser, It can be useful when offline, or when you prefer the terminal to a web browser,
or when the appropriate hledger manual or viewing tools are not installed on your system. or when the appropriate hledger manual or viewing tools are not installed on your system.
By default it chooses the best viewer found in $PATH, By default it chooses the best viewer found in $PATH
preferring info since the hledger manual is large. (preferring info since the hledger manual is large).
You can select a particular viewer with the `-i`, `-m`, or `-p` flags. You can select a particular viewer with the `-i`, `-m`, or `-p` flags.
Examples Examples