summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorIvy Foster <ivy.foster@gmail.com>2017-09-22 12:25:06 -0500
committerAllan McRae <allan@archlinux.org>2017-12-07 14:29:03 +1000
commit67ce123457cf9c0ee9d4298776ae563202214c69 (patch)
tree2d94b88b5579fe5591b0bd636057535db2fbb8e7 /scripts
parente4f13e62cf74393e811dd247a28b887935ce6a56 (diff)
downloadpacman-67ce123457cf9c0ee9d4298776ae563202214c69.tar.xz
makepkg: clarify error when user passes -F
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/makepkg.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in
index 54998fdb..a6d3ca32 100644
--- a/scripts/makepkg.sh.in
+++ b/scripts/makepkg.sh.in
@@ -1449,7 +1449,7 @@ catastrophic damage to your system.")" "makepkg"
fi
else
if [[ -z $FAKEROOTKEY ]]; then
- error "$(gettext "Do not use the %s option. This option is only for use by %s.")" "'-F'" "makepkg"
+ error "$(gettext "Do not use the %s option. This option is only for internal use by %s.")" "'-F'" "makepkg"
exit 1 # TODO: error code
fi
fi