diff options
author | Dan McGee <dan@archlinux.org> | 2008-05-09 19:26:57 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-05-10 00:48:55 -0500 |
commit | 2edd01a973f9695b6bb918ccdbaabd004058f578 (patch) | |
tree | 706e531c88058394fde63ca27de11d770acb41f1 /doc | |
parent | 502645c0e304a8ee062d8da7f162ff4c195e6be8 (diff) | |
download | pacman-2edd01a973f9695b6bb918ccdbaabd004058f578.tar.xz |
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 <dan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/repo-add.8.txt | 11 |
1 files changed, 9 insertions, 2 deletions
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 <path-to-db> <package> ... +repo-add [-q] <path-to-db> <package> ... -repo-remove <path-to-db> <packagename> ... +repo-remove [-q] <path-to-db> <packagename> ... 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] |