aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2019-05-10 09:24:48 +0200
committerFabian Groffen <grobian@gentoo.org>2019-05-10 09:24:48 +0200
commita132116bfa8476cf7eaa6e024fd402070fa95563 (patch)
tree2ec4e2710b952f57d976c6170a6491086c2a93b9
parentqfile: simply by using tree_get_atom and atom_format (diff)
downloadportage-utils-a132116b.tar.gz
portage-utils-a132116b.tar.bz2
portage-utils-a132116b.zip
qfile: adapt output slightly to match other q-tools
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
-rw-r--r--qfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/qfile.c b/qfile.c
index 116c7c46..5a9f7c58 100644
--- a/qfile.c
+++ b/qfile.c
@@ -224,7 +224,7 @@ static int qfile_cb(tree_pkg_ctx *pkg_ctx, void *priv)
if (quiet)
puts("");
else
- printf(" (%s%s)\n", state->root ? : "", e->name);
+ printf(": %s%s\n", state->root ? : "", e->name);
} else {
non_orphans[i] = 1;
}