commit: a132116bfa8476cf7eaa6e024fd402070fa95563
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Fri May 10 07:24:48 2019 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Fri May 10 07:24:48 2019 +0000
URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=a132116b
qfile: adapt output slightly to match other q-tools
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
qfile.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/qfile.c b/qfile.c
index 116c7c4..5a9f7c5 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;
}