diff options
author | John Wiegley <johnw@newartisans.com> | 2014-02-26 17:27:56 -0600 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2014-02-26 17:27:56 -0600 |
commit | bedae819344bec83ed038ebbb556c853865f28ea (patch) | |
tree | f5d912e3e87c6e0e72bf6cd8bea758a0ae42ed03 /doc/ledger3.texi | |
parent | ee36a33a19c57cd57c1be7076530d65ae1ac68b0 (diff) | |
parent | ecd5097d515f53703eb5dc6096da80182c452ad9 (diff) | |
download | fork-ledger-bedae819344bec83ed038ebbb556c853865f28ea.tar.gz fork-ledger-bedae819344bec83ed038ebbb556c853865f28ea.tar.bz2 fork-ledger-bedae819344bec83ed038ebbb556c853865f28ea.zip |
Merge pull request #249 from ecraven/opt-no-aliases
Adding option --no-aliases to completely disable alias expansion
Diffstat (limited to 'doc/ledger3.texi')
-rw-r--r-- | doc/ledger3.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi index 1a8fd9aa..48297889 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -2175,6 +2175,8 @@ alias Checking=Assets:Credit Union:Joint Checking Account Checking @end smallexample +The option @option{--no-aliases} completely disables alias expansion. + @item assert @c instance_t::assert_directive An assertion can throw an error if a condition is not met during @@ -5788,6 +5790,9 @@ $ ledger -f drewr3.dat bal --no-total --master-account HUMBUG $ 200.00 Mortgage:Principal @end smallexample +@item --no-aliases +Ledger does not expand any aliases if this option is specified. + @item --pedantic FIX THIS ENTRY @c FIXME thdox |