summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/emerge3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/emerge b/bin/emerge
index e0be7e05e..e3636654d 100755
--- a/bin/emerge
+++ b/bin/emerge
@@ -271,8 +271,7 @@ for x in cmdline:
sys.exit(1)
elif (not myaction) and (x in actions):
if x not in ["system", "world"]:
- #print red("*** Deprecated use of action '"+x+"'")
- pass
+ print red("*** Deprecated use of action '%s', use '--%s' instead" % (x,x))
if myaction:
print
print red("!!!")+green(" Multiple actions requested... Please choose one only.")