From: Mke Brady Date: Sun, 29 Nov 2015 09:55:03 +0000 (+0000) Subject: Clarify the help wording a little. X-Git-Tag: 2.7.4~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d646e795b7523189a7a0c6c8d22845e6a249bfc;p=thirdparty%2Fshairport-sync.git Clarify the help wording a little. --- diff --git a/shairport.c b/shairport.c index db62a0a5..93be47e2 100644 --- a/shairport.c +++ b/shairport.c @@ -167,7 +167,7 @@ void usage(char *progname) { "/etc/shairport-sync.conf.\n"); printf("\n"); - printf("The following general options from here onwards have corresponding settings in the configuration file, by default /etc/shairport-sync.conf:\n"); + printf("The following general options are for backward compatability. These and all new options have settings in the configuration file, by default /etc/shairport-sync.conf:\n"); printf(" -v, --verbose -v print debug information; -vv more; -vvv lots.\n"); printf(" -p, --port=PORT set RTSP listening port.\n"); printf(" -a, --name=NAME set advertised name.\n");