makepkg: clarify error when user passes -F

Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
Ivy Foster 2017-09-22 12:25:06 -05:00 committed by Allan McRae
parent e4f13e62cf
commit 67ce123457

View file

@ -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