From 74da8b80b8795bc2402a2b01f994d539d9f1e2d3 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 5 May 2022 22:58:00 -1000 Subject: [PATCH] ;doc: hledger manual: fix help example --- hledger/hledger.m4.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/hledger/hledger.m4.md b/hledger/hledger.m4.md index 2dcef2531..f6cb302e5 100644 --- a/hledger/hledger.m4.md +++ b/hledger/hledger.m4.md @@ -5097,13 +5097,13 @@ or the more extensive docs at . ## Getting help ```shell -$ hledger # show available commands -$ hledger --help # show common options -$ hledger CMD --help # show common and command options, and command help -$ hledger help # show available manuals/topics -$ hledger help hledger # show hledger manual as info/man/text (auto-chosen) -$ hledger help journal --man # show the journal manual as a man page -$ hledger help --help # show more detailed help for the help command +$ hledger # show available commands +$ hledger --help # show common options +$ hledger CMD --help # show common and command options, and command help +$ hledger help # show available manuals/topics +$ hledger help hledger # show hledger manual, as info/man/text (auto-chosen) +$ hledger help journal -m # show the journal topic, as a man page scrolled to that section +$ hledger help --help # show more detailed help for the help command ``` Find more docs, chat, mail list, reddit, issue tracker: