add: fix help - arguments are inputs, not a query

This commit is contained in:
Simon Michael 2020-07-07 10:10:13 -07:00
parent 81d3ac7d66
commit eee9402ba8
2 changed files with 4 additions and 3 deletions

View File

@ -54,7 +54,7 @@ addmode = hledgerCommandMode
[flagNone ["no-new-accounts"] (setboolopt "no-new-accounts") "don't allow creating new accounts"]
[generalflagsgroup2]
[]
([], Just $ argsFlag "[QUERY]")
([], Just $ argsFlag "[DATE [DESCRIPTION [ACCOUNT1 [AMOUNT1 [ACCOUNT2 [ETC...]]]]]]")
-- | State used while entering transactions.
data EntryState = EntryState {

View File

@ -1,5 +1,6 @@
add\
Prompt for transactions and add them to the journal.
Any arguments will be used as default inputs for the first N prompts.
_FLAGS
@ -61,5 +62,5 @@ Date [2015/05/22]: <CTRL-D> $
```
On Microsoft Windows, the add command makes sure that no part of the
file path ends with a period, as it can cause data loss on that platform
(cf [#1056](https://github.com/simonmichael/hledger/issues/1056)).
file path ends with a period, as that would cause problems
([#1056](https://github.com/simonmichael/hledger/issues/1056)).