Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Vorbis tools
Commits
af41833e
Commit
af41833e
authored
Nov 07, 2002
by
Michael Smith
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify docs for --comment slightly.
svn path=/trunk/vorbis-tools/; revision=4091
parent
fb6cf507
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
oggenc/man/oggenc.1
oggenc/man/oggenc.1
+2
-1
oggenc/oggenc.c
oggenc/oggenc.c
+2
-1
No files found.
oggenc/man/oggenc.1
View file @
af41833e
...
...
@@ -155,7 +155,8 @@ gives a literal %.
Add the string
.I comment
as an extra comment. This may be used multiple times, and all
instances will be added to each of the input files specified.
instances will be added to each of the input files specified. The argument
should be in the form "tag=value".
.IP "-a artist, --artist artist"
Set the artist comment field in the comments to
...
...
oggenc/oggenc.c
View file @
af41833e
...
...
@@ -420,7 +420,8 @@ static void usage(void)
" Default settings for the above two arguments are platform
\n
"
" specific.
\n
"
" -c, --comment=c Add the given string as an extra comment. This may be
\n
"
" used multiple times.
\n
"
" used multiple times. The argument should be in the
\n
"
" format
\"
tag=value
\"
.
\n
"
" -d, --date Date for track (usually date of performance)
\n
"
" -N, --tracknum Track number for this track
\n
"
" -t, --title Title for this track
\n
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment