plist.c: better printing for the 'search' target.

--HG--
extra : convert_revision : 629d8386903314b204d665b897f9821c396985df
This commit is contained in:
Juan RP 2008-12-21 05:36:56 +01:00
parent 169e38313d
commit 57d202e971
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}