summaryrefslogtreecommitdiffstats
path: root/bin/portageq
diff options
context:
space:
mode:
Diffstat (limited to 'bin/portageq')
-rwxr-xr-xbin/portageq4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/portageq b/bin/portageq
index 142f8806c..97b5f3f14 100755
--- a/bin/portageq
+++ b/bin/portageq
@@ -81,7 +81,7 @@ def has_version(argv):
"""
if (len(argv) < 2):
print("ERROR: insufficient parameters!")
- return 2
+ return 3
warnings = []
@@ -129,7 +129,7 @@ def best_version(argv):
"""
if (len(argv) < 2):
print("ERROR: insufficient parameters!")
- return 2
+ return 3
warnings = []