index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2011-03-27 21:27:15 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-03-27 21:27:15 -0500 |
commit | c3ae209246804e9aebdc04c958548e340ff8998f (patch) | |
tree | 3d3eeeef15cf4c8ee631b3f733c382dde049d38c /doc/repo-add.8.txt | |
parent | f6c8532fd04f334c35b3e860ee08d2cdee83a07c (diff) |
-rw-r--r-- | doc/repo-add.8.txt | 10 |
diff --git a/doc/repo-add.8.txt b/doc/repo-add.8.txt index 9167a406..24e2fe6c 100644 --- a/doc/repo-add.8.txt +++ b/doc/repo-add.8.txt @@ -10,22 +10,22 @@ repo-add - package database maintenance utility Synopsis -------- -repo-add [-d] [-f] [-q] [-s] [-v] <path-to-db> <package|delta> [<package|delta> ...] +'repo-add' [-d] [-f] [-q] [-s] [-v] <path-to-db> <package|delta> [<package|delta> ...] -repo-remove [-q] [-s] [-v] <path-to-db> <packagename|delta> [<packagename|delta> ...] +'repo-remove' [-q] [-s] [-v] <path-to-db> <packagename|delta> [<packagename|delta> ...] Description ----------- -repo-add and repo-remove are two scripts to help build a package database for +'repo-add' and 'repo-remove' are two scripts to help build a package database for packages built with linkman:makepkg[8] and installed with linkman:pacman[8]. They also handle package deltas produced by linkman:pkgdelta[8]. -repo-add will update a package database by reading a built package or package +'repo-add' will update a package database by reading a built package or package delta file. Multiple packages and/or deltas to add can be specified on the command line. -repo-remove will update a package database by removing the package name or +'repo-remove' will update a package database by removing the package name or delta specified on the command line. Multiple packages and/or delta to remove can be specified on the command line. |