https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21322
Bug ID: 21322
Summary: process_message_queue.pl --type should take an
argument
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5 - low
Component: Command-line Utilities
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
If you run process_message_queue.pl -h you get this, among other things:
-t --type: If supplied, only processes this type of message ( email, sms )
But if you try to use --type like this:
process_message_queue.pl -v --type=sms" <instance>
You get this error:
Option type does not take an argument
This is because the setup of the type argument is wrong. This:
't|type' => \$type,
should be this:
't|type:s' => \$type,
--
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/