cleaned up docs
authorRogan Hamby <rhamby@equinoxinitiative.org>
Fri, 6 Mar 2020 19:21:08 +0000 (14:21 -0500)
committerRogan Hamby <rhamby@equinoxinitiative.org>
Fri, 6 Mar 2020 19:21:08 +0000 (14:21 -0500)
mig-bin/mig-reporter

index 1bc3d56..7ba239e 100755 (executable)
@@ -3,13 +3,17 @@
 ###############################################################################
 =pod
 
-=item B<reporter> --analyst "Analyst Name" --report_title "Report Title"
+=item B<reporter> --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});