Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Bring back pretty output but compatible with all strftime
Baptiste Daroussin committed 10 years ago
commit e2ffca00b606f50d2303357ca6f6ef12ee49caf0
parent 080d4c4878ca3df80b7fc958ea938b44a505a0fb
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");