diff options
author | Dan McGee <dan@archlinux.org> | 2011-01-12 04:20:07 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-01-12 04:20:07 +0100 |
commit | 0284cf2128eb0179a3598ee21a951c5b3c11be40 (patch) | |
tree | 5796b2b756f5618fcb9e622d52464b56232715eb /doc/repo-add.8.txt | |
parent | fe6e90c21f1561ee54deedbc707f5afc964d3cae (diff) | |
parent | d0c327df172942da18f1e5c9b6afb183e4d9ee18 (diff) | |
download | pacman-0284cf2128eb0179a3598ee21a951c5b3c11be40.tar.gz pacman-0284cf2128eb0179a3598ee21a951c5b3c11be40.tar.xz |
Merge branch 'repo-add-improvements'
Diffstat (limited to 'doc/repo-add.8.txt')
-rw-r--r-- | doc/repo-add.8.txt | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/doc/repo-add.8.txt b/doc/repo-add.8.txt index 81bf8377..75f49ef5 100644 --- a/doc/repo-add.8.txt +++ b/doc/repo-add.8.txt @@ -10,7 +10,7 @@ repo-add - package database maintenance utility Synopsis -------- -repo-add [-q] <path-to-db> <package1> [<package2> ...] +repo-add [-d] [-f] [-q] <path-to-db> <package1> [<package2> ...] repo-remove [-q] <path-to-db> <packagename> [<packagename2> ...] @@ -30,11 +30,19 @@ on the command line. Options ------- +*-d, \--delta*:: + Automatically generate and add a delta file between the old entry and the + new one, if the old package file is found next to the new one. + +*-f, \--files*:: + Tells repo-add also to create and include a list of the files in the + specified packages. This is useful for creating databases listing all files + in a given sync repository for tools that may use this information. + *-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] |