;doc: update CLI usage texts

This commit is contained in:
Simon Michael 2022-08-23 01:12:10 +01:00
parent cbedfa86c7
commit 8f65f8a096

View File

@ -1,8 +1,8 @@
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
With a TOPIC argument, open it at that topic if possible. TOPIC can be pager. With a TOPIC argument, open it at that topic if possible. TOPIC
any heading in the manual, or a heading prefix, case insensitive. Eg: can be any heading in the manual, or a heading prefix, case insensitive.
commands, print, forecast, journal, amount, "auto postings". Eg: commands, print, forecast, journal, amount, "auto postings".
_FLAGS _FLAGS
@ -11,8 +11,8 @@ 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 browser, or when the appropriate hledger manual or viewing tools are not
installed on your system. installed on your system.
By default it chooses the best viewer found in $PATH, preferring info By default it chooses the best viewer found in $PATH (preferring info
since the hledger manual is large. You can select a particular viewer since the hledger manual is large). You can select a particular viewer
with the -i, -m, or -p flags. with the -i, -m, or -p flags.
Examples Examples