diff options
Diffstat (limited to 'doc/ledger-mode.texi')
-rw-r--r-- | doc/ledger-mode.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ledger-mode.texi b/doc/ledger-mode.texi index 23467b03..4ee4524a 100644 --- a/doc/ledger-mode.texi +++ b/doc/ledger-mode.texi @@ -588,7 +588,8 @@ transactions from a user-determined account with a particular meta-data tag value, you specify the following command line: @example -ledger -f %(ledger-file) reg %(account) --limit \"tag('my-tag') =~/%(value)/\" +ledger -f %(ledger-file) reg %(account) \ + --limit \"tag('my-tag') =~/%(value)/\" @end example Note how the double-quotes are escaped with back-slashes. |