ca490a388d
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/vorbis-tools.git#1512411febab9151c82cb34a5823b60caf0e59cd
32 lines
1.5 KiB
Diff
32 lines
1.5 KiB
Diff
From af639948fc037f837eeadaf496c43480f71aa3fb Mon Sep 17 00:00:00 2001
|
|
From: Kamil Dudka <kdudka@redhat.com>
|
|
Date: Tue, 28 May 2013 13:44:02 +0200
|
|
Subject: [PATCH] Remove the --quiet (-q) option from vorbiscomment.1 man page.
|
|
|
|
---
|
|
vorbiscomment/vorbiscomment.1 | 4 +---
|
|
1 file changed, 1 insertion(+), 3 deletions(-)
|
|
|
|
diff --git a/vorbiscomment/vorbiscomment.1 b/vorbiscomment/vorbiscomment.1
|
|
index 0211b46..3cc1736 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"
|
|
Updates 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 "-d 'name[=value]', --rm 'name[=value]'"
|
|
--
|
|
2.26.2
|
|
|