diff options
author | Dan McGee <dan@archlinux.org> | 2008-12-10 19:23:34 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-12-10 19:23:34 -0600 |
commit | 89b0a76b3cd6840731f856b358e33d5771e9e1c5 (patch) | |
tree | b8ce13661a317edef864e518166cdc66f1a7ac70 | |
parent | 78cf32e194a1a58c6a7ee3d1c10623e668be71d6 (diff) | |
download | pacman-89b0a76b3cd6840731f856b358e33d5771e9e1c5.tar.xz |
Remove mention of -b from makepkg manpage
Fixes FS#12408.
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r-- | doc/makepkg.8.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/makepkg.8.txt b/doc/makepkg.8.txt index b6d9373a..74285aaf 100644 --- a/doc/makepkg.8.txt +++ b/doc/makepkg.8.txt @@ -116,7 +116,7 @@ Options *-r, \--rmdeps*:: Upon successful build, remove any dependencies installed by makepkg - during dependency auto-resolution (using `-b` or `-s`). + during dependency auto-resolution and installation when using `-s`. *-R, \--repackage*:: Repackage contents of pkg/ without rebuilding the package. This is |