From 1e13588153860a51bc08559861831615f91ab4f0 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 15 Jun 2021 06:23:44 -1000 Subject: [PATCH] ;update CLI usage texts --- hledger/Hledger/Cli/Commands/Check.txt | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/hledger/Hledger/Cli/Commands/Check.txt b/hledger/Hledger/Cli/Commands/Check.txt index d8d9a2ef8..05a24bb52 100644 --- a/hledger/Hledger/Cli/Commands/Check.txt +++ b/hledger/Hledger/Cli/Commands/Check.txt @@ -25,9 +25,10 @@ commands, including check: - parseable - data files are well-formed and can be successfully parsed -- autobalanced - all transactions are balanced, inferring missing - amounts where necessary, and possibly converting commodities using - transaction prices or automatically-inferred transaction prices +- balancedwithautoconversion - all transactions are balanced, + inferring missing amounts where necessary, and possibly converting + commodities using transaction prices or automatically-inferred + transaction prices - assertions - all balance assertions in the journal are passing. (This check can be disabled with -I/--ignore-assertions.) @@ -42,6 +43,9 @@ check: - commodities - all commodity symbols used have been declared +- balancednoautoconversion - transactions are balanced, possibly using + explicit transaction prices but not inferred ones + Other checks These checks can be run only by giving their names as arguments to