Do not give IPv4 any special treatment in httpd code
[deb_shairplay.git] / src / shairplay.c
index 5ffe0cc784730cc870442dc78510d572a1eb305b..4b873f127a4bf411cec0dbc03ff0c052faad5ccc 100644 (file)
@@ -292,6 +292,7 @@ parse_options(shairplay_options_t *opt, int argc, char *argv[])
                        fprintf(stderr, "  -a, --apname=AirPort            Sets Airport name\n");
                        fprintf(stderr, "  -p, --password=secret           Sets password\n");
                        fprintf(stderr, "  -o, --server_port=5000          Sets port for RAOP service\n");
+                       fprintf(stderr, "      --hwaddr=address            Sets the MAC address, useful if running multiple instances\n");
                        fprintf(stderr, "      --ao_driver=driver          Sets the ao driver (optional)\n");
                        fprintf(stderr, "      --ao_devicename=devicename  Sets the ao device name (optional)\n");
                        fprintf(stderr, "      --ao_deviceid=id            Sets the ao device id (optional)\n");
@@ -348,6 +349,7 @@ main(int argc, char *argv[])
        raop = raop_init_from_keyfile(10, &raop_cbs, "airport.key", NULL);
        if (raop == NULL) {
                fprintf(stderr, "Could not initialize the RAOP service\n");
+               fprintf(stderr, "Please make sure the airport.key file is in the current directory.\n");
                return -1;
        }