From 0ae007cae99fe23531241e29023570d86a6b4463 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 9 Jul 2023 18:44:10 -1000 Subject: [PATCH] ;doc:cli: formatting --- hledger/hledger.m4.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hledger/hledger.m4.md b/hledger/hledger.m4.md index d549844da..d1dbdd094 100644 --- a/hledger/hledger.m4.md +++ b/hledger/hledger.m4.md @@ -459,16 +459,16 @@ $ hledger print -o - # write to stdout (the default) Some commands offer other kinds of output, not just text on the terminal. Here are those commands and the formats currently supported: -| - | txt | csv | html | json | sql | -|--------------------|-------|-------|---------|------|-----| -| aregister | Y | Y | Y | Y | | +| - | txt | csv | html | json | sql | +|--------------------|------------------|------------------|--------------------|------|-----| +| aregister | Y | Y | Y | Y | | | balance | Y *1* | Y *1* | Y *1,2* | Y | | | balancesheet | Y *1* | Y *1* | Y *1* | Y | | | balancesheetequity | Y *1* | Y *1* | Y *1* | Y | | | cashflow | Y *1* | Y *1* | Y *1* | Y | | | incomestatement | Y *1* | Y *1* | Y *1* | Y | | -| print | Y | Y | | Y | Y | -| register | Y | Y | | Y | | +| print | Y | Y | | Y | Y | +| register | Y | Y | | Y | | - *1 Also affected by the balance commands' [`--layout` option](#balance-report-layout).* - *2 `balance` does not support html output without a report interval or with `--budget`.*