summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2006-11-04 03:04:21 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2006-11-04 03:04:21 +0000
commitc28efe2294298280e5bc0f18eeec9821ba74ace2 (patch)
treedf79262a25b97b8f490826f3a34345a24b8c02bb /man
parent2dd9d916f619c1e90d913a1cb41ad9ef138c2b99 (diff)
downloadflac-c28efe2294298280e5bc0f18eeec9821ba74ace2.tar.gz
add support from encoding from ogg flac input
Diffstat (limited to 'man')
-rw-r--r--man/flac.sgml9
1 files changed, 7 insertions, 2 deletions
diff --git a/man/flac.sgml b/man/flac.sgml
index 3e75f3b6..5f1b1fab 100644
--- a/man/flac.sgml
+++ b/man/flac.sgml
@@ -45,12 +45,13 @@
<refsynopsisdiv>
<cmdsynopsis>
<command>flac</command>
- <arg choice=opt><replaceable>options</replaceable></arg>
+ <arg choice=opt><replaceable>OPTIONS</replaceable></arg>
<group rep=repeat>
<arg><replaceable>infile.wav</replaceable></arg>
<arg><replaceable>infile.aiff</replaceable></arg>
<arg><replaceable>infile.raw</replaceable></arg>
<arg><replaceable>infile.flac</replaceable></arg>
+ <arg><replaceable>infile.ogg</replaceable></arg>
<arg>-</arg>
</group>
</cmdsynopsis>
@@ -62,7 +63,11 @@
<arg>-a</arg> <arg>--analyze</arg>
</group>
<arg choice=opt><replaceable>OPTIONS</replaceable></arg>
- <arg choice=opt rep=repeat><replaceable>infile.flac</replaceable></arg>
+ <group rep=repeat>
+ <arg><replaceable>infile.flac</replaceable></arg>
+ <arg><replaceable>infile.ogg</replaceable></arg>
+ <arg>-</arg>
+ </group>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1>