Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Update set.c:usage_set() to match pkg-set.8
Glen Barber committed 13 years ago
commit e7b9006fe0ef2c4a87d5b965c78d48a38a2584f4
parent 831f1a842706ffcf05f21bc2f32ce4561b448d25
1 file changed +1 -1
modified pkg/set.c
@@ -41,7 +41,7 @@
void
usage_set(void)
{
-
	fprintf(stderr, "usage: pkg set [-a] [-A [01]] -yxXg <pattern>\n\n");
+
	fprintf(stderr, "usage: pkg set [-a] [-A [01]] [-o <oldorigin>:<neworigin>] [-y] [-xXg] <pkg-name>\n\n");
	fprintf(stderr, "For more information see 'pkg help set'. \n");
}