aboutsummaryrefslogtreecommitdiffstats
path: root/src/_hledger
diff options
context:
space:
mode:
authorFabian Winter <fdw@users.noreply.github.com>2018-07-30 17:12:55 +0200
committerFabian Winter <fdw@users.noreply.github.com>2018-07-30 17:15:10 +0200
commit07b4d49b18cffcec2752a90c843689856a7c549a (patch)
treeddca13e51c36e258539c9942c1aa644110e325c3 /src/_hledger
parentMerge pull request #586 from fdw/master (diff)
downloadzsh-completions-07b4d49b18cffcec2752a90c843689856a7c549a.tar
zsh-completions-07b4d49b18cffcec2752a90c843689856a7c549a.tar.gz
zsh-completions-07b4d49b18cffcec2752a90c843689856a7c549a.tar.bz2
zsh-completions-07b4d49b18cffcec2752a90c843689856a7c549a.tar.lz
zsh-completions-07b4d49b18cffcec2752a90c843689856a7c549a.tar.xz
zsh-completions-07b4d49b18cffcec2752a90c843689856a7c549a.tar.zst
zsh-completions-07b4d49b18cffcec2752a90c843689856a7c549a.zip
hledger: Fix syntax errors
Diffstat (limited to 'src/_hledger')
-rw-r--r--src/_hledger6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/_hledger b/src/_hledger
index 3223d37..4dc5680 100644
--- a/src/_hledger
+++ b/src/_hledger
@@ -17,7 +17,7 @@
# -----------
#
# Completion script for hleder 1.10 ( http://hledger.org/ )
-# Last updated: 29.07.2018
+# Last updated: 30.07.2018
#
# ------------------------------------------------------------------------------
# Authors
@@ -44,7 +44,7 @@ args=(
'(-f --file)'{-f,--file}'=[use a different input file]:input file:_files'
'--rules-file=[CSV conversion rules file]:rules file:_files'
'--alias=[display accounts named OLD as NEW]:alias specification'
- '--anon=[anonymize accounts and payees'
+ '--anon=[anonymize accounts and payees]'
'(-b --begin)'{-b,--begin}'=[include postings/txns on or after this date]:date'
'(-e --end)'{-e,--end}'=[include postings/txns before this date]:date'
'(-D --daily)'{-D,--daily}'[multiperiod/multicolumn report by day]'
@@ -60,7 +60,7 @@ args=(
'(-E --empty)'{-E,--empty}'[show empty/zero things which are normally omitted]'
'(-B --cost)'{-B,--cost}'[show amounts in their cost price'\''s commodity]'
'(-V --value)'{-V,--value}'[converts reported amounts to the current market value]'
- '(-I --ignore-assertions'{-I,--ignore-assertions}'[ignore any failing balance assertions]'
+ '(-I --ignore-assertions)'{-I,--ignore-assertions}'[ignore any failing balance assertions]'
'--forecast=[apply periodic transaction rules to generate future transactions]'
)