diff options
author | Dan McGee <dan@archlinux.org> | 2007-12-02 14:04:18 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-03-08 14:13:34 -0600 |
commit | 3ec45486ff1373f9f65af229af315219fc1f0f7e (patch) | |
tree | e3ca516069cd9e3b807f4e26938a046df8a40b5b /doc/pacman.8.txt | |
parent | 266f06866bd56b86ca8525d2e07d48d08fedaa8f (diff) | |
download | pacman-3ec45486ff1373f9f65af229af315219fc1f0f7e.tar.xz |
Remove the Add option from the command line
There is still a lot of code that could be cleaned up internally.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'doc/pacman.8.txt')
-rw-r--r-- | doc/pacman.8.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/pacman.8.txt b/doc/pacman.8.txt index 8a3f675d..82358750 100644 --- a/doc/pacman.8.txt +++ b/doc/pacman.8.txt @@ -28,13 +28,6 @@ ends to be written (for instance, a GUI front end). Operations ---------- -*-A, \--add* (deprecated):: - Add a package to the system. Either a URL or file path can be specified. - The package will be uncompressed into the installation root and the - database will be updated. The package will not be installed if another - version is already installed. *NOTE*: please use '\--upgrade' in place of - this option. - *-Q, \--query*:: Query the package database. This operation allows you to view installed packages and their files, as well as meta-information about individual |