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

Segher Boessenkool segher at xiph.org
Mon Dec 24 16:38:26 PST 2001



segher      01/12/24 16:38:25

  Modified:    ogg123   cmdline_options.c
  Log:
  speling, wrong default value in help text.

Revision  Changes    Path
1.7       +3 -3      vorbis-tools/ogg123/cmdline_options.c

Index: cmdline_options.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/ogg123/cmdline_options.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- cmdline_options.c	2001/12/24 20:39:46	1.6
+++ cmdline_options.c	2001/12/25 00:38:25	1.7
@@ -11,7 +11,7 @@
  *                                                                  *
  ********************************************************************
 
- last mod: $Id: cmdline_options.c,v 1.6 2001/12/24 20:39:46 volsung Exp $
+ last mod: $Id: cmdline_options.c,v 1.7 2001/12/25 00:38:25 segher Exp $
 
  ********************************************************************/
 
@@ -278,6 +278,6 @@
          "  -z, --shuffle  shuffle play\n"
          "\n"
          "ogg123 will skip to the next song on SIGINT (Ctrl-C); two SIGINTs within\n"
-	 "s milliseconds make ogg123 terinate.\n"
-	 "  -l, --delay=s  set s [milliseconds] (default 250).\n");
+	 "s milliseconds make ogg123 terminate.\n"
+	 "  -l, --delay=s  set s [milliseconds] (default 500).\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