Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Show the port version and not the version in pkg -v
Baptiste Daroussin committed 12 years ago
commit 8cfbfb067890c345b08ac837934874938ce62199
parent e46bf03
1 file changed +2 -2
modified pkg/main.c
@@ -464,9 +464,9 @@ static void
show_version_info(int version)
{
	if (version > 1)
-
		printf("%24s: ", "Version");
+
		printf("%-24s: ", "Version");

-
	printf(PKGVERSION""GITHASH"\n");
+
	printf(PKG_PORTVERSION""GITHASH"\n");

	if (version == 1)
		exit(EX_OK);