diff options
author | Matt Mooney <mfm@muteddisk.com> | 2011-04-28 22:05:20 -0700 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-04-29 15:58:32 -0500 |
commit | 1b25cb80ba5881bf8f01a32991764b26a7de6548 (patch) | |
tree | 866c860f8f55b7ae3ea9d084a51cf0e19683ca15 | |
parent | e3268d5e88308b1b854f5f256cb5fa40ac16ea5b (diff) | |
download | pacman-1b25cb80ba5881bf8f01a32991764b26a7de6548.tar.xz |
pacman(8): change "options" to "operation" when referring to -D
-D is an operation not an option.
Signed-off-by: Matt Mooney <mfm@muteddisk.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
-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 a9abb3f4..07d8f0d2 100644 --- a/doc/pacman.8.txt +++ b/doc/pacman.8.txt @@ -35,7 +35,7 @@ read from stdin. Operations ---------- *-D, \--database*:: - Modify the package database. This options allows you to modify certain + Modify the package database. This operation allows you to modify certain attributes of the installed packages in pacman's database. At the moment, you can only change the install reason using '\--asdeps' and '\--asexplicit' options. |