svn path=/main/trunk/; revision=3095
print "myaction", myaction
print "myopts", myopts
+if not myaction and not myfiles and "--resume" not in myopts:
+ help()
+ sys.exit(1)
+
# check if root user is the current user for the actions where emerge needs this
if portage.secpass < 2:
# We've already allowed "--version" and "--help" above.
- if not myaction and not myfiles:
- help()
- sys.exit(1)
if "--pretend" not in myopts and \
myaction not in ("search","info"):
if portage.secpass >= 1: