[pacman-dev] [PATCH v3] makepkg: clarify error when user passes -F

ivy.foster at gmail.com ivy.foster at gmail.com
Fri Sep 22 17:25:06 UTC 2017


From: Ivy Foster <ivy.foster at gmail.com>

---
 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 20e9dd7e..46eefd1f 100644
--- a/scripts/makepkg.sh.in
+++ b/scripts/makepkg.sh.in
@@ -1443,7 +1443,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
-- 
2.14.1


More information about the pacman-dev mailing list