shithub: sox

Download patch

ref: 9603ecec9993ef32ff6988cc57315a1cdbcea604
parent: 2d45dd5eabb24e641f5ed58629cdba1e0686a638
author: rrt <rrt>
date: Fri Jan 12 05:52:46 EST 2007

Tidy --help up slightly

--- a/src/sox.c
+++ b/src/sox.c
@@ -1661,9 +1661,9 @@
          "\n"
          "-c channels     number of channels in audio data\n"
          "-C compression  compression factor for variably compressing output formats\n"
-         "--comment text  Specify comment text for the output file\n"
-         "--comment-file filename  file containing comment text for the output file\n"
-         "--lua-script filename  file containing script for Lua pseudo-file\n"
+         "--comment=text  Specify comment text for the output file\n"
+         "--comment-file=filename  file containing comment text for the output file\n"
+         "--lua-script=filename  file containing script for Lua pseudo-file\n"
          "-r rate         sample rate of audio\n"
          "-t filetype     file type of audio\n"
          "-x/-N/-X        invert auto-detected endianness/nibble-order/bit-order of data\n"
@@ -1690,7 +1690,7 @@
       printf("%s ", e->name);
   }
 
-  printf( "\n\neffopts: depends on effect\n\n");
+  printf( "\n\neffopts: depends on effect\n");
   exit(1);
 }