made cli report name consistent with naming of other reports
svn: r3962
This commit is contained in:
parent
fc4502f33d
commit
e92157a658
@ -719,7 +719,7 @@ class StatisticsChartOptions(ReportOptions.ReportOptions):
|
|||||||
from PluginMgr import register_report
|
from PluginMgr import register_report
|
||||||
|
|
||||||
register_report(
|
register_report(
|
||||||
name = 'statisticschart',
|
name = 'statistics_chart',
|
||||||
category = const.CATEGORY_DRAW,
|
category = const.CATEGORY_DRAW,
|
||||||
report_class = StatisticsChart,
|
report_class = StatisticsChart,
|
||||||
options_class = StatisticsChartOptions,
|
options_class = StatisticsChartOptions,
|
||||||
|
Loading…
Reference in New Issue
Block a user