diff options
author | Dan McGee <dan@archlinux.org> | 2011-10-11 12:35:33 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-10-14 08:13:38 -0500 |
commit | 0d2600c575033774485f84ad67cbc602592237ab (patch) | |
tree | 55e813faed36b47a2ef7757d2eb5a81ee6275f31 /doc | |
parent | 8605284e0d1b70d9845ca4c6362d7d451f503d32 (diff) | |
download | pacman-0d2600c575033774485f84ad67cbc602592237ab.tar.xz |
Remove -f short option for --force
This is not something that should be used on a frequent basis, and
giving it a short option encourages use without making the drawbacks
obvious. For the 1% of situations that require it, the 5 extra
keystrokes are a fair price to pay.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/pacman.8.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/pacman.8.txt b/doc/pacman.8.txt index 59853812..39551e15 100644 --- a/doc/pacman.8.txt +++ b/doc/pacman.8.txt @@ -201,7 +201,7 @@ Transaction Options (apply to '-S', '-R' and '-U') Upgrade Options (apply to '-S' and '-U')[[UO]] -------------------------------------------- -*-f, \--force*:: +*\--force*:: Bypass file conflict checks and overwrite conflicting files. If the package that is about to be installed contains files that are already installed, this option will cause all those files to be overwritten. |