Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Fix usage message of pkg audit
Baptiste Daroussin committed 13 years ago
commit b16bde2596486e303de2f483617d2736c12f7754
parent 88ba5f8
1 file changed +1 -1
modified pkg/audit.c
@@ -69,7 +69,7 @@ void
usage_audit(void)
{
	fprintf(stderr, "usage: pkg audit [-F] <pattern>\n\n");
-
	fprintf(stderr, "For more information see 'pkg help add'.\n");
+
	fprintf(stderr, "For more information see 'pkg help audit'.\n");
}

static int