From: Rogan Hamby Date: Fri, 6 Mar 2020 19:21:08 +0000 (-0500) Subject: cleaned up docs X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=commitdiff_plain;h=a11c30fe292432f7a22f00a4ed066fe09f0336a7 cleaned up docs --- 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});