diff --git a/hledger/hledger.m4.md b/hledger/hledger.m4.md index 284f05bf9..2d3837187 100644 --- a/hledger/hledger.m4.md +++ b/hledger/hledger.m4.md @@ -6501,9 +6501,15 @@ First, a quick glossary: -Here are the standard [commands](#commands), which you can list by running `hledger`. +Here are hledger's standard [subcommands](#commands). +You can list these by running `hledger`. If you have installed more [add-on commands](../scripts.md), they also will be listed. +In the following command docs, each command's specific options are shown. +Most commands also support the [general options](#options) described above, though some of them might have no effect. +(Usually if there's a sensible way for a general option to affect a command, it will.) +You can list all of a command's options by running `hledger CMD -h`. + **[Help commands](#help-commands)**