Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Bring back pretty output but compatible with all strftime
Baptiste Daroussin committed 10 years ago
commit e2ffca00b606f50d2303357ca6f6ef12ee49caf0
parent 080d4c4
1 file changed +1 -1
modified src/utils.c
@@ -410,7 +410,7 @@ print_info(struct pkg * const pkg, uint64_t options)
			if (pkg_type(pkg) != PKG_REMOTE) {
				if (print_tag) {
					printf("%-15s: ", "Installed on");
-
					pkg_printf("%t%{%x %X %Z%}\n", pkg);
+
					pkg_printf("%t%{%c %Z%}\n", pkg);
				}
			} else if (!print_tag)
				printf("\n");