plist.c: better printing for the 'search' target.
--HG-- extra : convert_revision : 629d8386903314b204d665b897f9821c396985df
This commit is contained in:
parent
169e38313d
commit
57d202e971
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue