diff --git a/hledger/Hledger/Cli/Commands/Aregister.md b/hledger/Hledger/Cli/Commands/Aregister.md index 3c2371d51..5b9ace4e7 100644 --- a/hledger/Hledger/Cli/Commands/Aregister.md +++ b/hledger/Hledger/Cli/Commands/Aregister.md @@ -16,8 +16,8 @@ Flags: postings before report start date) (default) --invert display all amounts with reversed sign --heading=YN show heading row above table: yes (default) or no - -w --width=N set output width (default: terminal width or - $COLUMNS). -wN,M sets description width as well. + -w --width=N set output width (default: terminal width). -wN,M + sets description width as well. --align-all guarantee alignment across all lines (slower) -O --output-format=FMT select the output format. Supported formats: txt, html, csv, tsv, json. diff --git a/hledger/Hledger/Cli/Commands/Aregister.txt b/hledger/Hledger/Cli/Commands/Aregister.txt index b2de58501..33f726181 100644 --- a/hledger/Hledger/Cli/Commands/Aregister.txt +++ b/hledger/Hledger/Cli/Commands/Aregister.txt @@ -15,8 +15,8 @@ Flags: postings before report start date) (default) --invert display all amounts with reversed sign --heading=YN show heading row above table: yes (default) or no - -w --width=N set output width (default: terminal width or - $COLUMNS). -wN,M sets description width as well. + -w --width=N set output width (default: terminal width). -wN,M + sets description width as well. --align-all guarantee alignment across all lines (slower) -O --output-format=FMT select the output format. Supported formats: txt, html, csv, tsv, json. diff --git a/hledger/Hledger/Cli/Commands/Balance.md b/hledger/Hledger/Cli/Commands/Balance.md index 557055c7d..9f32fe6df 100644 --- a/hledger/Hledger/Cli/Commands/Balance.md +++ b/hledger/Hledger/Cli/Commands/Balance.md @@ -54,10 +54,10 @@ Flags: --transpose switch rows and columns (use vertical time axis) --layout=ARG how to lay out multi-commodity amounts and the overall table: - 'wide[,WIDTH]': commodities on one line - 'tall' : commodities on separate lines - 'bare' : commodity symbols in one column - 'tidy' : every attribute in its own column + 'wide[,W]': commodities on same line, up to W wide + 'tall' : commodities on separate lines + 'bare' : commodity symbols in a separate column + 'tidy' : each data field in its own column --base-url=URLPREFIX in html output, generate links to hledger-web, with this prefix. (Usually the base url shown by hledger-web; can also be relative.) diff --git a/hledger/Hledger/Cli/Commands/Balance.txt b/hledger/Hledger/Cli/Commands/Balance.txt index 6dec528b7..e7501ca4a 100644 --- a/hledger/Hledger/Cli/Commands/Balance.txt +++ b/hledger/Hledger/Cli/Commands/Balance.txt @@ -54,10 +54,10 @@ Flags: --transpose switch rows and columns (use vertical time axis) --layout=ARG how to lay out multi-commodity amounts and the overall table: - 'wide[,WIDTH]': commodities on one line - 'tall' : commodities on separate lines - 'bare' : commodity symbols in one column - 'tidy' : every attribute in its own column + 'wide[,W]': commodities on same line, up to W wide + 'tall' : commodities on separate lines + 'bare' : commodity symbols in a separate column + 'tidy' : each data field in its own column --base-url=URLPREFIX in html output, generate links to hledger-web, with this prefix. (Usually the base url shown by hledger-web; can also be relative.) diff --git a/hledger/Hledger/Cli/Commands/Print.txt b/hledger/Hledger/Cli/Commands/Print.txt index fa7542e3d..1cd35f9d9 100644 --- a/hledger/Hledger/Cli/Commands/Print.txt +++ b/hledger/Hledger/Cli/Commands/Print.txt @@ -16,6 +16,7 @@ Flags: (can unbalance transactions) all - also round cost amounts to precision (can unbalance transactions) + --invert display all amounts with reversed sign --new show only newer-dated transactions added in each file since last run -m --match=DESC fuzzy search for one recent transaction with @@ -118,6 +119,10 @@ print, other features With -B/--cost, amounts with costs are shown converted to cost. +With --invert, posting amounts are shown with their sign flipped. It +could be useful if you have accidentally recorded some transactions with +the wrong signs. + With --new, print shows only transactions it has not seen on a previous run. This uses the same deduplication system as the import command. (See import's docs for details.) diff --git a/hledger/Hledger/Cli/Commands/Register.md b/hledger/Hledger/Cli/Commands/Register.md index 04e629f15..87e765091 100644 --- a/hledger/Hledger/Cli/Commands/Register.md +++ b/hledger/Hledger/Cli/Commands/Register.md @@ -19,8 +19,8 @@ Flags: --sort=FIELDS sort by: date, desc, account, amount, absamount, or a comma-separated combination of these. For a descending sort, prefix with -. (Default: date) - -w --width=N set output width (default: terminal width or - $COLUMNS). -wN,M sets description width as well. + -w --width=N set output width (default: terminal width). -wN,M + sets description width as well. --align-all guarantee alignment across all lines (slower) --base-url=URLPREFIX in html output, generate links to hledger-web, with this prefix. (Usually the base url shown by diff --git a/hledger/Hledger/Cli/Commands/Register.txt b/hledger/Hledger/Cli/Commands/Register.txt index 810005fbe..24c34552d 100644 --- a/hledger/Hledger/Cli/Commands/Register.txt +++ b/hledger/Hledger/Cli/Commands/Register.txt @@ -18,8 +18,8 @@ Flags: --sort=FIELDS sort by: date, desc, account, amount, absamount, or a comma-separated combination of these. For a descending sort, prefix with -. (Default: date) - -w --width=N set output width (default: terminal width or - $COLUMNS). -wN,M sets description width as well. + -w --width=N set output width (default: terminal width). -wN,M + sets description width as well. --align-all guarantee alignment across all lines (slower) --base-url=URLPREFIX in html output, generate links to hledger-web, with this prefix. (Usually the base url shown by