shithub: opus-tools

Download patch

ref: f440ba784818d3cbc5eb607eaceb1d27597f1175
parent: 55eac3d67253ecee92aaa37478d91e8ad9bb5de6
author: Ralph Giles <giles@mozilla.com>
date: Fri Aug 31 19:00:22 EDT 2012

List -h before -V in the option summaries.

--- a/man/opusenc.1
+++ b/man/opusenc.1
@@ -9,9 +9,9 @@
 .SH SYNOPSIS
 .B opusenc
 [
-.B -V
-] [
 .B -h
+] [
+.B -V
 ] [
 .B --bitrate
 .I kbit/sec
--- a/man/opusinfo.1
+++ b/man/opusinfo.1
@@ -13,9 +13,9 @@
 |
 .B -v
 ] [
-.B -V
-] [
 .B -h
+] [
+.B -V
 ]
 .I file1.opus
 .B ...
@@ -50,7 +50,7 @@
 .IP -v
 Verbose mode. At the current time, this does not do anything.
 .IP -V
-Print program version info and exit.
+Show program version info and exit.
 
 .SH NOTES