X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=blobdiff_plain;f=mig-bin%2Fmig-reporter;fp=mig-bin%2Fmig-reporter;h=7ba239eb25cc660e798d3320ea5a8fd115802cb2;hp=1bc3d5614562dbc649793483290fabab9e86de95;hb=a11c30fe292432f7a22f00a4ed066fe09f0336a7;hpb=3c89d454d68ad07ca9f743054483299148407379 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});