Doc: Each option in ledgerrc must go on it's own line

This commit is contained in:
Matt Palmer 2010-12-11 10:33:55 +11:00 committed by John Wiegley
parent 958a61ede5
commit f17125150c

View file

@ -492,11 +492,12 @@ output.
@option{--init-file FILE} (@option{-i FILE}) causes FILE to be read by @option{--init-file FILE} (@option{-i FILE}) causes FILE to be read by
ledger before any other ledger file. This file may not contain any ledger before any other ledger file. This file may not contain any
postings, but it may contain option settings. To specify options postings, but it may contain option settings. To specify options
in the init file, use the same syntax as the command-line. Here's an in the init file, use the same syntax as the command-line, but put each
example init file: option on it's own line. Here's an example init file:
@smallexample @smallexample
--price-db ~/finance/.pricedb --price-db ~/finance/.pricedb
--cache /tmp/ledger-cache
; ~/.ledgerrc ends here ; ~/.ledgerrc ends here
@end smallexample @end smallexample
@ -807,6 +808,8 @@ option settings in the file @file{~/.ledgerrc}, for example:
@example @example
--cache /tmp/.mycache --cache /tmp/.mycache
--pager /bin/cat
@end example @end example
@node Period expressions, Format strings, Options, Quick Reference @node Period expressions, Format strings, Options, Quick Reference