Added a code comment
This commit is contained in:
parent
86dfc1e0be
commit
269c0ccb7c
1 changed files with 3 additions and 0 deletions
|
|
@ -478,6 +478,9 @@ void global_scope_t::normalize_report_options(const string& verb)
|
|||
rep.HANDLER(period_).off();
|
||||
}
|
||||
|
||||
// If -j or -J were specified, set the appropriate format string now so as
|
||||
// to avoid option ordering issues were we to have done it during the
|
||||
// initial parsing of the options.
|
||||
if (rep.HANDLED(amount_data)) {
|
||||
rep.HANDLER(format_)
|
||||
.on_with(string("?normalize"), rep.HANDLER(plot_amount_format_).value);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue