[xiph-commits] r3630 - liboggz/trunk/src/tools
conrad at svn.annodex.net
conrad at svn.annodex.net
Tue Jul 8 09:28:12 PDT 2008
Author: conrad
Date: 2008-07-08 09:28:12 -0700 (Tue, 08 Jul 2008)
New Revision: 3630
Modified:
liboggz/trunk/src/tools/oggz.c
Log:
add bug-reporting address to oggz --help output
Modified: liboggz/trunk/src/tools/oggz.c
===================================================================
--- liboggz/trunk/src/tools/oggz.c 2008-07-08 15:50:21 UTC (rev 3629)
+++ liboggz/trunk/src/tools/oggz.c 2008-07-08 16:28:12 UTC (rev 3630)
@@ -73,6 +73,9 @@
printf (" validate Validate the Ogg framing of one or more files.\n");
+ printf ("\n");
+ printf ("Please report bugs to <ogg-dev at xiph.org>\n");
+
return 0;
}
More information about the commits
mailing list