diff options
author | Dave Reisner <dreisner@archlinux.org> | 2014-10-18 14:38:53 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2014-10-19 13:36:19 +0200 |
commit | 75c80caebc8b5b6e3630af68b786c649c450fc95 (patch) | |
tree | af407c3cd889d6131fddb12732e769576c59de45 /doc/makepkg.8.txt | |
parent | 82208c0239312fdf3da19892dc6a04e3e4cc3bb7 (diff) | |
download | pacman-75c80caebc8b5b6e3630af68b786c649c450fc95.tar.gz pacman-75c80caebc8b5b6e3630af68b786c649c450fc95.tar.xz |
makepkg.8: fix typo in reference to other flag
it's --syncdeps, not --syndeps
Diffstat (limited to 'doc/makepkg.8.txt')
-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 e0398af7..e687e05c 100644 --- a/doc/makepkg.8.txt +++ b/doc/makepkg.8.txt @@ -65,7 +65,7 @@ Options For each source file in the source array of PKGBUILD, download the file if required and perform the integrity checks. No extraction or build is performed. Dependencies specified in the PKGBUILD will not be handled - unless `--syndeps` is used. Useful for performing subsequent offline + unless `--syncdeps` is used. Useful for performing subsequent offline builds. *-f, \--force*:: |