https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16039
--- Comment #6 from M. Tompsett <[email protected]> --- Comment on attachment 48926 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=48926 bug_16039 Added -q flag to share_usage_with_koha_community.pl Review of attachment 48926: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=16039&attachment=48926) ----------------------------------------------------------------- ::: misc/cronjobs/share_usage_with_koha_community.pl @@ +19,5 @@ > ) || pod2usage(1); > > if ($help) { > pod2usage(1); > + exit; Not required. Each of the following invocations of pod2usage() will print the "SYNOPSIS" section and any "OPTIONS" and/or "ARGUMENTS" sections to STDOUT and will exit with a status of 1: pod2usage(1); -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
