Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Merge branch 'master' of github.com:pkgng/pkgng
Baptiste Daroussin committed 15 years ago
commit 1065b55f7a8fa143bb42b2cddfa5943567886a33
parent b877324
1 file changed +1 -1
modified pkg/upgrade.c
@@ -106,7 +106,7 @@ exec_upgrade(int argc, char **argv)
		printf("the upgrade will save %s\n", size);
	} else {
		humanize_number(size, sizeof(size), newsize - oldsize, "B", HN_AUTOSCALE, 0);
-
		printf("the upgrade will require %s more space\n", size, newsize, oldsize);
+
		printf("the upgrade will require %s more space\n", size);
	}
	humanize_number(size, sizeof(size), dlsize, "B", HN_AUTOSCALE, 0);
	printf("%s to be downloaded\n", size);