-H now implies -V
This commit is contained in:
parent
605fcde2e7
commit
929a734a30
1 changed files with 1 additions and 0 deletions
|
|
@ -632,6 +632,7 @@ public:
|
||||||
OPTION(report_t, head_);
|
OPTION(report_t, head_);
|
||||||
|
|
||||||
OPTION_(report_t, historical, DO() { // -H
|
OPTION_(report_t, historical, DO() { // -H
|
||||||
|
OTHER(market).on(whence);
|
||||||
OTHER(amount_)
|
OTHER(amount_)
|
||||||
.on(whence, "nail_down(amount_expr, "
|
.on(whence, "nail_down(amount_expr, "
|
||||||
"market(amount_expr, value_date, exchange))");
|
"market(amount_expr, value_date, exchange))");
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue