Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
This commit is contained in:
Corentin Chary
2012-09-15 23:20:30 +02:00
parent 89f3192937
commit 9afb31fc65
4 changed files with 23 additions and 20 deletions

View File

@ -287,9 +287,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)