From 67ce123457cf9c0ee9d4298776ae563202214c69 Mon Sep 17 00:00:00 2001 From: Ivy Foster Date: Fri, 22 Sep 2017 12:25:06 -0500 Subject: makepkg: clarify error when user passes -F Signed-off-by: Allan McRae --- scripts/makepkg.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-24-g4f1b