summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Fleischer <lfleischer@archlinux.org>2016-08-20 13:46:26 +0200
committerAllan McRae <allan@archlinux.org>2016-08-30 12:18:44 +0200
commit1e2b39840660eabb393162cd2fb79423793ee36d (patch)
tree949c86a4399a85eec8f931ce9b0079371e37abfc
parent406c9b66b4f2cc54ea59e57de92db6566e59c4e7 (diff)
downloadpacman-1e2b39840660eabb393162cd2fb79423793ee36d.tar.gz
pacman-1e2b39840660eabb393162cd2fb79423793ee36d.tar.xz
pacman.8: fix typo in the documentation of --asexplicit
Add a space between the option and its argument. Also, do not enclose the argument in asterisk characters. Fixes a typo introduced in aa4c61f (Document database checking options, 2014-12-28). Reported-by: Luca Weiss <luca.emanuel.weiss@gmail.com> Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org> Signed-off-by: Allan McRae <allan@archlinux.org>
-rw-r--r--doc/pacman.8.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/pacman.8.txt b/doc/pacman.8.txt
index 231e0bcc..2bafa414 100644
--- a/doc/pacman.8.txt
+++ b/doc/pacman.8.txt
@@ -450,7 +450,7 @@ Database Options (apply to '-D')[[QO]]
Mark a package as non-explicitly installed; in other words, set their install
reason to be installed as a dependency.
-*\--asexplicit<package>*::
+*\--asexplicit* <package>::
Mark a package as explicitly installed; in other words, set their install
reason to be explicitly installed. This is useful it you want to keep a
package installed even when it was initially installed as a dependency