[Vorbis-dev] [PATCH 1/6] Remove the --quiet (-q) option from vorbiscomment.1 man page.

Kamil Dudka kdudka at redhat.com
Tue May 28 05:28:09 PDT 2013


---
 vorbiscomment/vorbiscomment.1 |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/vorbiscomment/vorbiscomment.1 b/vorbiscomment/vorbiscomment.1
index 0108e78..2bceb83 100644
--- a/vorbiscomment/vorbiscomment.1
+++ b/vorbiscomment/vorbiscomment.1
@@ -39,13 +39,11 @@ Reads, modifies, and appends Ogg Vorbis audio file metadata tags.
 .IP "-a, --append"
 Append comments.
 .IP "-c file, --commentfile file"
-Take comments from a file. The file is the same format as is output by the the -l option or given to the -t option: one element per line in 'tag=value' format. If the file is /dev/null and -w was passed, the existing comments will be removed.
+Take comments from a file. The file is the same format as is output by the -l option or given to the -t option: one element per line in 'tag=value' format. If the file is /dev/null and -w was passed, the existing comments will be removed.
 .IP "-h, --help"
 Show command help.
 .IP "-l, --list"
 List the comments in the Ogg Vorbis file.
-.IP "-q, --quiet"
-Quiet mode.  No messages are displayed.
 .IP "-t 'name=value', --tag 'name=value'"
 Specify a new tag on the command line. Each tag is given as a single string. The part before the '=' is treated as the tag name and the part after as the value.
 .IP "-w, --write"
-- 
1.7.1



More information about the Vorbis-dev mailing list