View | Details | Raw Unified
Collapse All | Expand All

(-) revdep-rebuild (-1 / +4 lines)
 Lines 267-279    Link Here 
die_invalid_option() {
die_invalid_option() {
	# We cannot use eerror and einfo because this gets called before function.sh 
	# We cannot use eerror and einfo because this gets called before function.sh 
	# is sourced
	# is sourced
	print_usage
	echo
	echo
	echo  "Encountered unrecognized option $1." >&2
	echo  "Encountered unrecognized option $1." >&2
	echo
	echo
	echo  "$APP_NAME no longer automatically passes unrecognized options to portage."
	echo  "$APP_NAME no longer automatically passes unrecognized options to portage."
	echo  "Separate emerge-only options from revdep-rebuild options with the -- flag."
	echo  "Separate emerge-only options from revdep-rebuild options with the -- flag."
	echo
	echo
	echo  "For example, $APP_NAME -v -- --ask"
	echo
	echo  "See the man page or $APP_NAME -h for more detail."
	echo
	exit 1
	exit 1
}
}