1512411
From af639948fc037f837eeadaf496c43480f71aa3fb Mon Sep 17 00:00:00 2001
1512411
From: Kamil Dudka <kdudka@redhat.com>
1512411
Date: Tue, 28 May 2013 13:44:02 +0200
1512411
Subject: [PATCH] Remove the --quiet (-q) option from vorbiscomment.1 man page.
1512411
1512411
---
1512411
 vorbiscomment/vorbiscomment.1 | 4 +---
1512411
 1 file changed, 1 insertion(+), 3 deletions(-)
1512411
1512411
diff --git a/vorbiscomment/vorbiscomment.1 b/vorbiscomment/vorbiscomment.1
1512411
index 0211b46..3cc1736 100644
1512411
--- a/vorbiscomment/vorbiscomment.1
1512411
+++ b/vorbiscomment/vorbiscomment.1
1512411
@@ -39,13 +39,11 @@ Reads, modifies, and appends Ogg Vorbis audio file metadata tags.
1512411
 .IP "-a, --append"
1512411
 Updates comments.
1512411
 .IP "-c file, --commentfile file"
1512411
-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.
1512411
+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.
1512411
 .IP "-h, --help"
1512411
 Show command help.
1512411
 .IP "-l, --list"
1512411
 List the comments in the Ogg Vorbis file.
1512411
-.IP "-q, --quiet"
1512411
-Quiet mode.  No messages are displayed.
1512411
 .IP "-t 'name=value', --tag 'name=value'"
1512411
 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.
1512411
 .IP "-d 'name[=value]', --rm 'name[=value]'"
1512411
-- 
1512411
2.26.2
1512411