From 2edd01a973f9695b6bb918ccdbaabd004058f578 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Fri, 9 May 2008 19:26:57 -0500 Subject: scripts: add -q/--quiet option to repo-add and repo-remove They are pretty noisy scripts in their normal course of operations, so allow all messages to be squashed except for warning and error messages with this new flag. Signed-off-by: Dan McGee --- doc/repo-add.8.txt | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'doc/repo-add.8.txt') diff --git a/doc/repo-add.8.txt b/doc/repo-add.8.txt index 80faef46..d3b85762 100644 --- a/doc/repo-add.8.txt +++ b/doc/repo-add.8.txt @@ -16,9 +16,9 @@ repo-add - package database maintenance utility Synopsis -------- -repo-add ... +repo-add [-q] ... -repo-remove ... +repo-remove [-q] ... Description @@ -34,6 +34,13 @@ specified on the command line. Multiple packages to remove can be specified on the command line. +Options +------- +*-q, \--quiet*:: + Force this program to keep quiet and run silent except for warning and + error messages. + + See Also -------- linkman:makepkg[8], linkman:pacman[8] -- cgit v1.2.3