diff options
author | Peter Feigl <craven@gmx.net> | 2014-02-26 23:50:50 +0100 |
---|---|---|
committer | Peter Feigl <craven@gmx.net> | 2014-02-26 23:50:50 +0100 |
commit | ecd5097d515f53703eb5dc6096da80182c452ad9 (patch) | |
tree | f5d912e3e87c6e0e72bf6cd8bea758a0ae42ed03 /doc | |
parent | ee36a33a19c57cd57c1be7076530d65ae1ac68b0 (diff) | |
download | fork-ledger-ecd5097d515f53703eb5dc6096da80182c452ad9.tar.gz fork-ledger-ecd5097d515f53703eb5dc6096da80182c452ad9.tar.bz2 fork-ledger-ecd5097d515f53703eb5dc6096da80182c452ad9.zip |
Adding option --no-aliases to completely disable alias expansion
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ledger.1 | 2 | ||||
-rw-r--r-- | doc/ledger3.texi | 5 |
2 files changed, 7 insertions, 0 deletions
diff --git a/doc/ledger.1 b/doc/ledger.1 index ecd97ecc..9544a071 100644 --- a/doc/ledger.1 +++ b/doc/ledger.1 @@ -381,6 +381,8 @@ See .It Fl \-meta Ar EXPR .It Fl \-meta-width Ar INT .It Fl \-monthly Pq Fl M +.It Fl \-no-aliases +Aliases are completely ignored. .It Fl \-no-color .It Fl \-no-pager .It Fl \-no-rounding 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 |