From 57d202e971b82074c3648a3a743cac2a713bfbb2 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 21 Dec 2008 05:36:56 +0100 Subject: [PATCH] plist.c: better printing for the 'search' target. --HG-- extra : convert_revision : 629d8386903314b204d665b897f9821c396985df --- utils/plist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/plist.c b/utils/plist.c index bc7d490b03..b017f3aca3 100644 --- a/utils/plist.c +++ b/utils/plist.c @@ -384,7 +384,7 @@ xbps_show_pkg_namedesc(prop_object_t obj, void *arg, bool *loop_done) assert(ver != NULL); if ((strstr(pkgname, string) || strstr(desc, string))) - printf("\t%s-%s - %s\n", pkgname, ver, desc); + printf(" %s-%s - %s\n", pkgname, ver, desc); return true; }