[xiph-commits] r13004 - trunk/vorbis-tools/vorbiscomment

conrad at svn.xiph.org conrad at svn.xiph.org
Thu May 31 18:54:08 PDT 2007


Author: conrad
Date: 2007-05-31 18:54:07 -0700 (Thu, 31 May 2007)
New Revision: 13004

Modified:
   trunk/vorbis-tools/vorbiscomment/vcomment.c
Log:
fix vorbiscomment -V help string (this is not ogg123)


Modified: trunk/vorbis-tools/vorbiscomment/vcomment.c
===================================================================
--- trunk/vorbis-tools/vorbiscomment/vcomment.c	2007-06-01 01:38:17 UTC (rev 13003)
+++ trunk/vorbis-tools/vorbiscomment/vcomment.c	2007-06-01 01:54:07 UTC (rev 13004)
@@ -334,7 +334,7 @@
   printf ("\n");
 
   printf (_("  -h, --help              Display this help\n"));
-  printf (_("  -V, --version           Display ogg123 version\n"));
+  printf (_("  -V, --version           Output version information and exit\n"));
   printf ("\n");
 
   printf (_("If no output file is specified, vorbiscomment will modify the input file. This\n"



More information about the commits mailing list