equal
deleted
inserted
replaced
519 =head1 SYNOPSIS |
519 =head1 SYNOPSIS |
520 |
520 |
521 hlog [--[no]daemon] |
521 hlog [--[no]daemon] |
522 [--[no]debug] |
522 [--[no]debug] |
523 [-k|--kill] |
523 [-k|--kill] |
524 [-a|--address address] [-p|--port port] |
524 [--address address] [-p|--port port] |
525 [--lines n] |
525 [--lines n] |
526 [--htpasswd path] |
526 [--htpasswd path] |
527 [--[no]ssl] |
527 [--[no]ssl] |
528 [--auth=[realm] | --noauth] |
528 [--auth=[realm] | --noauth] |
529 [--ssl-cert path] |
529 [--ssl-cert path] |
541 |
541 |
542 =head1 OPTIONS |
542 =head1 OPTIONS |
543 |
543 |
544 =over |
544 =over |
545 |
545 |
546 =item B<-a>|B<--address> I<address> |
546 =item B<--address> I<address> |
547 |
547 |
548 The address to listen on. (default: 0.0.0.0) |
548 The address to listen on. (default: 0.0.0.0) |
549 |
549 |
550 =item B<--auth>[ I<realm>] | B<--noauth> |
550 =item B<--auth>[ I<realm>] | B<--noauth> |
551 |
551 |