diff options
author | Allan McRae <allan@archlinux.org> | 2013-10-03 05:37:24 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-10-14 04:59:49 +0200 |
commit | 80ee9994f0c9e8a2980924fbedf368f78939602e (patch) | |
tree | 1d90f5a590fae7c82b634f72b679d8f8dc67561c | |
parent | 3a6bb2735b7715a8275826826ac3c525f03b121c (diff) | |
download | pacman-80ee9994f0c9e8a2980924fbedf368f78939602e.tar.gz pacman-80ee9994f0c9e8a2980924fbedf368f78939602e.tar.xz |
Clarify --repackage description
Signed-off-by: Allan McRae <allan@archlinux.org>
-rw-r--r-- | doc/makepkg.8.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/makepkg.8.txt b/doc/makepkg.8.txt index fcafb08a..ceb7b910 100644 --- a/doc/makepkg.8.txt +++ b/doc/makepkg.8.txt @@ -129,8 +129,8 @@ Options *-R, \--repackage*:: Repackage contents of the package without rebuilding the package. This - is useful if you forgot a depend or install file in your PKGBUILD and - the build itself will not change. + is useful if you forgot (e.g.) a dependency or install file in your + PKGBUILD and the build itself will not change. *-s, \--syncdeps*:: Install missing dependencies using pacman. When build-time or run-time |