diff options
author | Chantry Xavier <shiningxc@gmail.com> | 2008-02-02 23:24:49 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-02-05 19:35:41 -0600 |
commit | e81dec9b8c65f7c882f5f447cdc117783259f4a4 (patch) | |
tree | c9eaff9cb355c23d07192a6df02af47f89ac2a2d /doc/repo-add.8.txt | |
parent | eca30ed66accd7c1555eb94cbdea60051efcf7f3 (diff) | |
download | pacman-e81dec9b8c65f7c882f5f447cdc117783259f4a4.tar.xz |
remove --force option from repo-add.
The force option should only be specified in the PKGBUILD with
options=(force). This information should be handled like any other meta
info, and there is no need to have a special repo-add option for it.
Signed-off-by: Chantry Xavier <shiningxc@gmail.com>
[Dan: fix up a few more references in contrib/ scripts, etc]
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'doc/repo-add.8.txt')
-rw-r--r-- | doc/repo-add.8.txt | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/doc/repo-add.8.txt b/doc/repo-add.8.txt index 5664949f..80faef46 100644 --- a/doc/repo-add.8.txt +++ b/doc/repo-add.8.txt @@ -16,7 +16,7 @@ repo-add - package database maintenance utility Synopsis -------- -repo-add <path-to-db> [--force] <package> ... +repo-add <path-to-db> <package> ... repo-remove <path-to-db> <packagename> ... @@ -34,16 +34,6 @@ specified on the command line. Multiple packages to remove can be specified on the command line. -Options -------- -*--force* (repo-add only):: - Add a force entry to the sync database, which tells pacman to skip version - number comparison and update the package regardless. This flag can be - specified in the middle of the command line, with any packages listed - before the flag being added as normal entries, and any specified after - being marked as force upgrades. - - See Also -------- linkman:makepkg[8], linkman:pacman[8] |