diff options
author | John Wiegley <johnw@newartisans.com> | 2012-06-25 19:10:45 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2012-06-25 19:10:45 -0500 |
commit | cbf4cba18bd207917a24a8beb797ea773b3ad1ce (patch) | |
tree | ea4aa81f999247576a4be43606bf7581475a1ff8 | |
parent | 2720f7952242e3e4b27092bc53e22c4c9d0ec9c2 (diff) | |
download | fork-ledger-cbf4cba18bd207917a24a8beb797ea773b3ad1ce.tar.gz fork-ledger-cbf4cba18bd207917a24a8beb797ea773b3ad1ce.tar.bz2 fork-ledger-cbf4cba18bd207917a24a8beb797ea773b3ad1ce.zip |
Fixed a minor documentation bug
-rw-r--r-- | doc/ledger3.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi index 30d7d5a4..bfe12a75 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -1335,7 +1335,7 @@ Or to see a particular funds expenses, the @samp{School} fund in this case: @smallexample -ledger --code-as-payee -P reg ^Expenses -- School +ledger --code-as-payee -P reg ^Expenses @School @end smallexample Both approaches yield different kinds of flexibility, depending on how |