Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix deinstallation message to say it will free space
Bryan Drewery committed 12 years ago
commit 421f730b94b8df1f747951d48ffadcf5e3377cf0
parent 8663918bf2be5597ff20983494c67d78c86fe05b
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 */