Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
install: update usage
Baptiste Daroussin committed 1 month ago
commit 4268e2788f206c23458cdcdf471fde82bdfab42d
parent 013f3ba
1 file changed +1 -1
modified src/install.c
@@ -47,7 +47,7 @@ void
usage_install(void)
{
	fprintf(stderr,
-
	    "Usage: pkg install [-AfInFMqRUy] [--autoremove] [-r reponame] [-Cgix] <pkg-name> ...\n\n");
+
	    "Usage: pkg install [-ACfFgiIlMnqRUxy] [--autoremove] [-r reponame] <pkg-name> ...\n\n");
	fprintf(stderr, "For more information see 'pkg help install'.\n");
}