Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Fix deinstallation message to say it will free space
Bryan Drewery committed 12 years ago
commit 421f730b94b8df1f747951d48ffadcf5e3377cf0
parent 8663918
1 file changed +1 -1
modified pkg/utils.c
@@ -686,7 +686,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 */