summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xwhatmaps/command.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/whatmaps/command.py b/whatmaps/command.py
index e02b176..29996b1 100755
--- a/whatmaps/command.py
+++ b/whatmaps/command.py
@@ -209,7 +209,7 @@ def main(argv):
if level > logging.INFO:
logging.error("Getting Service listing not implemented "
"for distribution %s - rerun with --verbose to see a list"
- "of binaries and packages to map a shared objects from %s",
+ "of binaries that map a shared objects from %s",
distro.id, args)
return 1
else: