From: Juho Vähä-Herttua Date: Thu, 8 Aug 2013 06:44:40 +0000 (+0800) Subject: Update command line util documentation X-Git-Tag: upstream/0.9.0~4^2~14 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;ds=sidebyside;h=c8920724b694ee2b35dcb104f0bf169eb8a858d9;p=deb_shairplay.git Update command line util documentation --- diff --git a/src/shairplay.c b/src/shairplay.c index 5ffe0cc..424c28f 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");