Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
repo: fix usage
Baptiste Daroussin committed 2 years ago
commit 7258e98537ecc811e8b31e236d7cf2429e887f26
parent ed20d67
1 file changed +2 -3
modified src/repo.c
@@ -1,6 +1,5 @@
/*-
-
 * Copyright (c) 2011-2012 Baptiste Daroussin <bapt@FreeBSD.org>
-
 * All rights reserved.
+
 * Copyright (c) 2011-2024 Baptiste Daroussin <bapt@FreeBSD.org>
 * 
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions
@@ -50,7 +49,7 @@
void
usage_repo(void)
{
-
	fprintf(stderr, "Usage: pkg repo [-lqL] [-o output-dir] <repo-path> "
+
	fprintf(stderr, "Usage: pkg repo [-hlqs] [-m metafile] [-o output-dir] <repo-path> "
	    "[rsa:<rsa-key>|signing_command: <the command>]\n\n");
	fprintf(stderr, "For more information see 'pkg help repo'.\n");
}