makepkg: clarify error when user passes -F
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
e4f13e62cf
commit
67ce123457
1 changed files with 1 additions and 1 deletions
|
@ -1449,7 +1449,7 @@ catastrophic damage to your system.")" "makepkg"
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
if [[ -z $FAKEROOTKEY ]]; then
|
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
|
exit 1 # TODO: error code
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue