We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 165e70d commit 4ad4ddfCopy full SHA for 4ad4ddf
hledger.conf.sample
@@ -6,8 +6,8 @@
6
# If you use a config file, be careful about what you put in it.
7
# It changes hledger's behaviour, so it's easy to confuse yourself,
8
# disrupt reports, or break scripts/applications which use hledger.
9
-# If a command is not working as expected, add --debug to troubleshoot.
10
-# To avoid using any config file, run hledger with -n/--no-conf.
+# If a command is not working as expected, run with --debug to troubleshoot.
+# To avoid using any config file, you can run hledger with -n/--no-conf.
11
#
12
# You can also choose a config file with --conf, or add a shebang line (eg
13
# #!/usr/bin/env -S hledger --conf) to config files and run them like scripts.
0 commit comments