[pacman-dev] [PATCH] Added a colon to the end of "Packages (X)" in the "-S" operation.

xavion.0 at gmail.com xavion.0 at gmail.com
Sun Mar 27 22:35:36 UTC 2016


From: Xavion <Xavion (dot) 0 (at) Gmail (dot) com>

Signed-off-by: Xavion <Xavion (dot) 0 (at) Gmail (dot) com>
---
 src/pacman/util.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pacman/util.c b/src/pacman/util.c
index 0862de0..07ae6ee 100644
--- a/src/pacman/util.c
+++ b/src/pacman/util.c
@@ -914,7 +914,7 @@ static void _display_targets(alpm_list_t *targets, int verbose)
 	}
 
 	/* print to screen */
-	pm_asprintf(&str, "%s (%zu)", _("Packages"), alpm_list_count(targets));
+	pm_asprintf(&str, "%s (%zu):", _("Packages"), alpm_list_count(targets));
 	printf("\n");
 
 	cols = getcols();
-- 
2.7.4


More information about the pacman-dev mailing list