Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Reapply 421f730b94b8df1f747951d48ffadcf5e3377cf0
Baptiste Daroussin committed 12 years ago
commit cabdc52b0cb208119cec30a8fc78ea844cd2c56b
parent f7f5a3c
1 file changed +1 -1
modified pkg/utils.c
@@ -700,7 +700,7 @@ print_jobs_summary(struct pkg_jobs *jobs, const char *msg, ...)
			break;
		case PKG_JOBS_DEINSTALL:
		case PKG_JOBS_AUTOREMOVE:
-
			printf("\nThe deinstallation will require %s more space\n", size);
+
			printf("\nThe deinstallation will free %s\n", size);
			break;
		case PKG_JOBS_FETCH:
			/* nothing to report here */