ref: 1e445a1071f009ebcf554c98f9a97261863ef769
parent: 2e207ac9db9f3274afb81439602cc2a54fc213bb
	author: Gregory Maxwell <greg@xiph.org>
	date: Tue Feb  5 10:06:39 EST 2013
	
Expose the --discard-comments flag in the opusenc help.
--- a/src/opusenc.c
+++ b/src/opusenc.c
@@ -156,6 +156,7 @@
   printf(" --date             Date for this track\n");   printf(" --genre            Genre for this track\n");   printf(" --padding n        Extra bytes to reserve for metadata (default: 512)\n");+  printf(" --discard-comments Don't keep metadata when transcoding\n");   printf("\nInput options:\n");   printf(" --raw              Raw input\n");   printf(" --raw-bits n       Set bits/sample for raw input (default: 16)\n");--
⑨