summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/emerge4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/emerge b/bin/emerge
index 2d54bfe8e..82915725d 100755
--- a/bin/emerge
+++ b/bin/emerge
@@ -185,7 +185,7 @@ options=[
"--onlydeps", "--pretend",
"--quiet", "--resume",
"--searchdesc", "--selective",
-"--skipfirst",
+"--skipfirst", "--skip-first",
"--tree",
"--update", "--upgradeonly",
"--usepkg", "--usepkgonly",
@@ -246,6 +246,8 @@ for x in cmdline:
if len(x)>=2 and x[0:2]=="--":
if x == "--cols":
x = "--columns"
+ elif x == "--skip-first":
+ x = "--skipfirst"
if x in options:
myopts.append(x)
elif x[2:] in actions: