From a11c30fe292432f7a22f00a4ed066fe09f0336a7 Mon Sep 17 00:00:00 2001 From: Rogan Hamby Date: Fri, 6 Mar 2020 14:21:08 -0500 Subject: [PATCH] cleaned up docs --- mig-bin/mig-reporter | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/mig-bin/mig-reporter b/mig-bin/mig-reporter index 1bc3d56..7ba239e 100755 --- a/mig-bin/mig-reporter +++ b/mig-bin/mig-reporter @@ -3,13 +3,17 @@ ############################################################################### =pod -=item B --analyst "Analyst Name" --report_title "Report Title" +=item B --title "Report Title" Generates an asciidoc file in the git working directory that can be converted to any appropriate format. The analyst and report parameters are required. Optional parameters are : +-- analyst + +Default to "Equinox Open Library Initiative" + --added_page_title and --added_page_file If one is used both must be. The added page file can be plain text or asciidoc. This @@ -445,7 +449,7 @@ sub print_query { } } - #print pie chart + #print chart if ($display eq 'pie_chart' or $display eq 'donut_chart') { my @h = split(/\./,$report{heading}); my @l = split(/\./,$report{chart_labels}); -- 1.7.2.5