Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 51256
Collapse All | Expand All

(-)/usr/lib/portage/bin/emerge (-1 / +1 lines)
Lines 263-269 Link Here
263
		else:
263
		else:
264
			print "!!! Error:",x,"is an invalid option."
264
			print "!!! Error:",x,"is an invalid option."
265
			sys.exit(1)
265
			sys.exit(1)
266
	elif (not myaction) and (x in actions):
266
	elif (x in actions):
267
		if x not in ["system", "world"]:
267
		if x not in ["system", "world"]:
268
			#print red("*** Deprecated use of action '"+x+"'")
268
			#print red("*** Deprecated use of action '"+x+"'")
269
			if x=="rsync":
269
			if x=="rsync":

Return to bug 51256