From 86dfc1e0be5dbfab195cba8a8be31d3dbf0f68c9 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 18 Jun 2009 18:50:49 +0100 Subject: The -X option now accepts price settings For example, if you had 100 AU (onces of gold) and wanted to report it in dollars, but at a price of $997 per ounce, you could now easily say: ledger bal -X '$,AU=$997' --- src/report.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/report.h') diff --git a/src/report.h b/src/report.h index 0f01345c..cad4b5ba 100644 --- a/src/report.h +++ b/src/report.h @@ -271,7 +271,6 @@ public: HANDLER(seed_).report(out); HANDLER(set_account_).report(out); HANDLER(set_payee_).report(out); - HANDLER(set_price_).report(out); HANDLER(sort_).report(out); HANDLER(sort_all_).report(out); HANDLER(sort_xacts_).report(out); @@ -714,7 +713,6 @@ public: OPTION(report_t, seed_); OPTION(report_t, set_account_); OPTION(report_t, set_payee_); - OPTION(report_t, set_price_); OPTION_(report_t, sort_, DO_(args) { // -S on_with(args[0].as_string(), args[1]); -- cgit v1.2.3