[xiph-cvs] cvs commit: vorbis-tools/oggenc oggenc.c

Segher Boessenkool segher at xiph.org
Fri Dec 21 17:43:17 PST 2001



segher      01/12/21 17:43:17

  Modified:    oggenc   oggenc.c
  Log:
  spelling.  fixes bug #95.

Revision  Changes    Path
1.40      +5 -5      vorbis-tools/oggenc/oggenc.c

Index: oggenc.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/oggenc/oggenc.c,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- oggenc.c	2001/12/21 12:59:44	1.39
+++ oggenc.c	2001/12/22 01:43:16	1.40
@@ -317,8 +317,8 @@
                 "                      argument in kbps.\n"
                 " -m, --min-bitrate    Specify a minimum bitrate (in kbps). Useful for\n"
                 "                      encoding for a fixed-size channel.\n"
-		" -M, --max-bitrate    Specify a maximum bitrate in kbps. Useful in\n"
-		"                      for streaming applications.\n"
+		" -M, --max-bitrate    Specify a maximum bitrate in kbps. Useful for\n"
+		"                      streaming applications.\n"
                 " -q, --quality        Specify quality between 0 (low) and 10 (high),\n"
                 "                      instead of specifying a particular bitrate.\n"
                 "                      This is the normal mode of operation.\n"
@@ -329,13 +329,13 @@
                 " Naming:\n"
                 " -o, --output=fn      Write file to fn (only valid in single-file mode)\n"
                 " -n, --names=string   Produce filenames as this string, with %%a, %%t, %%l,\n"
-		"                      %%n, %%d replaces by artist, title, album, track number,\n"
+		"                      %%n, %%d replaced by artist, title, album, track number,\n"
                 "                      and date, respectively (see below for specifying these).\n"
                 "                      %%%% gives a literal %%.\n"
         " -X, --name-remove=s  Remove the specified characters from parameters to the\n"
         "                      -n format string. Useful to ensure legal filenames.\n"
-        " -P, --name-replace=s Replace characters remove by --name-remove with the\n"
-        "                      characters specified. If this string shorter than the\n"
+        " -P, --name-replace=s Replace characters removed by --name-remove with the\n"
+        "                      characters specified. If this string is shorter than the\n"
         "                      --name-remove list or is not specified, the extra\n"
         "                      characters are just removed.\n"
         "                      Default settings for the above two arguments are platform\n"

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list