[pacman-dev,2/2] makepkg: clarify error when user passes -F

Message ID 20170914225835.21989-2-ivy.foster@gmail.com
State Superseded, archived
Headers show
Series [pacman-dev,1/2] makepkg: implement error codes | expand

Commit Message

Ivy Foster Sept. 14, 2017, 10:58 p.m. UTC
From: Ivy Foster <ivy.foster@gmail.com>

---
 scripts/makepkg.sh.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Patch

diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in
index 8ef3c48d..a0d6f8e7 100644
--- a/scripts/makepkg.sh.in
+++ b/scripts/makepkg.sh.in
@@ -1462,7 +1462,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 $E_INVALID_OPTION
 	fi
 fi