[xiph-cvs] cvs commit: vorbis-tools/ogg123 cmdline_options.c
Stan Seibert
volsung at xiph.org
Mon Sep 1 12:36:39 PDT 2003
volsung 03/09/01 15:36:39
Modified: ogg123 cmdline_options.c
Log:
Clean up caps and document -@ option in help.
Revision Changes Path
1.14 +10 -9 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.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- cmdline_options.c 11 Jul 2002 02:44:39 -0000 1.13
+++ cmdline_options.c 1 Sep 2003 19:36:39 -0000 1.14
@@ -11,7 +11,7 @@
* *
********************************************************************
- last mod: $Id: cmdline_options.c,v 1.13 2002/07/11 02:44:39 volsung Exp $
+ last mod: $Id: cmdline_options.c,v 1.14 2003/09/01 19:36:39 volsung Exp $
********************************************************************/
@@ -282,15 +282,16 @@
" -o, --device-option=k:v passes special option k with value\n"
" v to previously specified device (with -d). See\n"
" man page for more info.\n"
- " -b n, --buffer n use an input buffer of 'n' kilobytes\n"
- " -p n, --prebuffer n load n%% of the input buffer before playing\n"
- " -v, --verbose display progress and other status information\n"
- " -q, --quiet don't display anything (no title)\n"
- " -x n, --nth play every 'n'th block\n"
- " -y n, --ntimes repeat every played block 'n' times\n"
- " -z, --shuffle shuffle play\n"
+ " -@, --list=filename Read playlist of files and URLs from \"filename\"\n"
+ " -b n, --buffer n Use an input buffer of 'n' kilobytes\n"
+ " -p n, --prebuffer n Load n%% of the input buffer before playing\n"
+ " -v, --verbose Display progress and other status information\n"
+ " -q, --quiet Don't display anything (no title)\n"
+ " -x n, --nth Play every 'n'th block\n"
+ " -y n, --ntimes Repeat every played block 'n' times\n"
+ " -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 terminate.\n"
- " -l, --delay=s set s [milliseconds] (default 500).\n"));
+ " -l, --delay=s Set s [milliseconds] (default 500).\n"));
}
<p><p>--- >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