summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-04-13 05:08:37 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 05:08:37 -0400
commitc851e1dcbad08449715445e38a47573447963950 (patch)
tree6766f5bc763a515659d089fdf1bf4e4476cfd58b
parentc9d0737b8f5fbc4e760c4e736f488a1a4df23730 (diff)
downloadfork-ledger-c851e1dcbad08449715445e38a47573447963950.tar.gz
fork-ledger-c851e1dcbad08449715445e38a47573447963950.tar.bz2
fork-ledger-c851e1dcbad08449715445e38a47573447963950.zip
Corrected help documentation for --budget flag.
-rw-r--r--option.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/option.cc b/option.cc
index a9ef802d..ceedd519 100644
--- a/option.cc
+++ b/option.cc
@@ -224,7 +224,7 @@ Report filtering:\n\
-R, --real consider only real (non-virtual) transactions\n\
-L, --actual consider only actual (non-automated) transactions\n\
-r, --related calculate report using related transactions\n\
- --budget generate budget entries based on FILE\n\
+ --budget generate budget entries based on periodic entries\n\
--add-budget show all transactions plus the budget\n\
--unbudgeted show only unbudgeted transactions\n\
--forecast EXPR generate forecast entries while EXPR is true\n\
@@ -316,7 +316,7 @@ void option_calc_help(std::ostream& out)
-R, --real consider only real (non-virtual) transactions\n\
-L, --actual consider only actual (non-automated) transactions\n\
-r, --related calculate report using related transactions\n\
- --budget generate budget entries based on FILE\n\
+ --budget generate budget entries based on periodic entries\n\
--add-budget show all transactions plus the budget\n\
--unbudgeted show only unbudgeted transactions\n\
--forecast EXPR generate forecast entries while EXPR is true\n\