aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'bin/euscan')
-rwxr-xr-xbin/euscan4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/euscan b/bin/euscan
index c17c5d3..255151b 100755
--- a/bin/euscan
+++ b/bin/euscan
@@ -292,9 +292,9 @@ def main():
from os.path import basename # To get the short name
- output.error(
+ output.eerror(
"The short ebuild name '%s' is ambiguous. Please specify" %
- basename(pkgs[0]),
+ basename(pkgs[0]) +
"one of the above fully-qualified ebuild names instead."
)
exit_helper(1)