Lines 280-300
email turned on.
Link Here
|
280 |
|
280 |
|
281 |
Usage: $scriptname [--enabled|--disabled] [--email|--noemail] [--sip|--nosip] [-h] |
281 |
Usage: $scriptname [--enabled|--disabled] [--email|--noemail] [--sip|--nosip] [-h] |
282 |
Options: |
282 |
Options: |
283 |
--enabled Show enabled instances |
283 |
--enabled Show enabled instances |
284 |
--disabled Show disabled instances |
284 |
--disabled Show disabled instances |
285 |
--elasticsearch Show instances with Elasticsearch enabled |
285 |
--elasticsearch Show instances with Elasticsearch enabled |
286 |
--noelasticsarch Show instances with Elasticsearch disabled |
286 |
--noelasticsearch Show instances with Elasticsearch disabled |
287 |
--email Show instances with email enabled |
287 |
--email Show instances with email enabled |
288 |
--noemail Show instances with email disabled |
288 |
--noemail Show instances with email disabled |
289 |
--sip Show instances with SIP enabled |
289 |
--sip Show instances with SIP enabled |
290 |
--nosip Show instances with SIP disabled |
290 |
--nosip Show instances with SIP disabled |
291 |
--plack Show instances with Plack enabled |
291 |
--plack Show instances with Plack enabled |
292 |
--noplack Show instances with Plack disabled |
292 |
--noplack Show instances with Plack disabled |
293 |
--letsencrypt Show instances with letsencrypt enabled |
293 |
--letsencrypt Show instances with letsencrypt enabled |
294 |
--noletsencrypt Show instances with letsencrypt disabled |
294 |
--noletsencrypt Show instances with letsencrypt disabled |
295 |
--z3950 Show instances with Z39.50/SRU enabled |
295 |
--z3950 Show instances with Z39.50/SRU enabled |
296 |
--noz3950 Show instances with Z39.50/SRU disabled |
296 |
--noz3950 Show instances with Z39.50/SRU disabled |
297 |
--help | -h Show this help |
297 |
--help | -h Show this help |
298 |
|
298 |
|
299 |
The filtering options can be combined, and you probably want to do this |
299 |
The filtering options can be combined, and you probably want to do this |
300 |
(except --email and --noemail, or --enabled and --disabled, that's just silly.) |
300 |
(except --email and --noemail, or --enabled and --disabled, that's just silly.) |
301 |
- |
|
|