diff options
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] |