]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Referenced shebang in shairport.c usage
authorNiklas Janz <niklas.janz@gmail.com>
Sun, 4 Feb 2018 17:48:10 +0000 (18:48 +0100)
committerNiklas Janz <niklas.janz@gmail.com>
Sun, 4 Feb 2018 17:48:10 +0000 (18:48 +0100)
shairport.c

index 24de8a47497ec1930c8ab7577967f6cf7e3f932b..6e3bb3196f823b904a4e74258b4d3ce97e8bcd1c 100644 (file)
@@ -246,8 +246,8 @@ void usage(char *progname) {
   printf("    -E, --on-stop=PROGRAM   run PROGRAM when playback has ended.\n");
   printf("                            For -B and -E options, specify the full path to the program, "
          "e.g. /usr/bin/logger.\n");
-  printf("                            Executable scripts work, but must have #!/bin/sh (or "
-         "whatever) in the headline.\n");
+  printf("                            Executable scripts work, but must have the appropriate shebang "
+         "(#!/bin/sh) in the headline.\n");
   printf(
       "    -w, --wait-cmd          wait until the -B or -E programs finish before continuing.\n");
   printf("    -o, --output=BACKEND    select audio output method.\n");