From 8f65f8a096f398d1b98aebe5b60409851495d325 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 23 Aug 2022 01:12:10 +0100 Subject: [PATCH] ;doc: update CLI usage texts --- hledger/Hledger/Cli/Commands/Help.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/hledger/Hledger/Cli/Commands/Help.txt b/hledger/Hledger/Cli/Commands/Help.txt index 99f60922b..2a45d003a 100644 --- a/hledger/Hledger/Cli/Commands/Help.txt +++ b/hledger/Hledger/Cli/Commands/Help.txt @@ -1,8 +1,8 @@ help -Show the hledger user manual with info, man, or a pager 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. Eg: -commands, print, forecast, journal, amount, "auto postings". +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. TOPIC +can be any heading in the manual, or a heading prefix, case insensitive. +Eg: commands, print, forecast, journal, amount, "auto postings". _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 installed on your system. -By default it chooses the best viewer found in $PATH, preferring info -since the hledger manual is large. You can select a particular viewer +By default it chooses the best viewer found in $PATH (preferring info +since the hledger manual is large). You can select a particular viewer with the -i, -m, or -p flags. Examples