diff options
author | Dan McGee <dan@archlinux.org> | 2011-03-23 01:28:58 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-03-23 02:07:47 -0500 |
commit | 5eca2fbdf10d91274433635e2dde0dec3e3994a1 (patch) | |
tree | bb1795b122bd8809a88fc1dcf655aa352ab65672 /doc | |
parent | 7b60a639d19ddacd62dcac82d6538907bf4b1a9f (diff) | |
download | pacman-5eca2fbdf10d91274433635e2dde0dec3e3994a1.tar.xz |
Fix documentation typo in makepkg.8
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/makepkg.8.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/makepkg.8.txt b/doc/makepkg.8.txt index 3b83015e..164f404d 100644 --- a/doc/makepkg.8.txt +++ b/doc/makepkg.8.txt @@ -53,7 +53,8 @@ Options in linkman:makepkg.conf[5]. *--config* <`/path/to/config`>:: - Use an alternate config file instead of the `{sysconfdir}/makepkg.conf` default; + Use an alternate config file instead of the `{sysconfdir}/makepkg.conf` + default. *-d, \--nodeps*:: Do not perform any dependency checks. This will let you override and |