X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fshairplay.c;h=4b873f127a4bf411cec0dbc03ff0c052faad5ccc;hb=c68fb30cb9e4c63228569a6a6749ec3325091dc9;hp=5ffe0cc784730cc870442dc78510d572a1eb305b;hpb=6304e7b0fd99ed5b812715f05749c7de37ad4107;p=deb_shairplay.git diff --git a/src/shairplay.c b/src/shairplay.c index 5ffe0cc..4b873f1 100644 --- a/src/shairplay.c +++ b/src/shairplay.c @@ -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; }