-H now implies -V

This commit is contained in:
John Wiegley 2012-03-09 07:02:34 -06:00
parent 605fcde2e7
commit 929a734a30

View file

@ -632,6 +632,7 @@ public:
OPTION(report_t, head_);
OPTION_(report_t, historical, DO() { // -H
OTHER(market).on(whence);
OTHER(amount_)
.on(whence, "nail_down(amount_expr, "
"market(amount_expr, value_date, exchange))");