Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
restore missed -L from usage output
Andrej Zverev committed 11 years ago
commit d8fa61f5953a49b23ab4c166ddafe393add44f2c
parent 0d9c5ce
1 file changed +1 -1
modified src/repo.c
@@ -38,7 +38,7 @@
void
usage_repo(void)
{
-
	fprintf(stderr, "Usage: pkg repo [-lq] [-o output-dir] <repo-path> "
+
	fprintf(stderr, "Usage: pkg repo [-lqL] [-o output-dir] <repo-path> "
	    "[<rsa-key>|signing_command: <the command>]\n\n");
	fprintf(stderr, "For more information see 'pkg help repo'.\n");
}