This is an automated email from the git hooks/post-receive script.
teigland pushed a commit to branch master in repository sanlock.
commit 87c9306c213251c74040e11dce7e69aa47233fc7 Author: David Teigland teigland@redhat.com AuthorDate: Wed Jun 25 16:12:32 2025 -0500
sanlock: fix help output for init_host --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main.c b/src/main.c index 958dba9..f25ab22 100644 --- a/src/main.c +++ b/src/main.c @@ -2311,7 +2311,6 @@ static void print_usage(void) printf("sanlock client shutdown [-f 0|1] [-w 0|1]\n"); printf("sanlock client init -s LOCKSPACE | -r RESOURCE [-z 0|1] [-Z 512|4096 -A 1M|2M|4M|8M]\n"); printf("sanlock client read -s LOCKSPACE | -r RESOURCE [-D]\n"); - printf("sanlock client init_host -s LOCKSPACE [-g <generation>] [-t <timestamp>] [-Z 512|4096 -A 1M|2M|4M|8M]\n"); printf("sanlock client add_lockspace -s LOCKSPACE\n"); printf("sanlock client inq_lockspace -s LOCKSPACE\n"); printf("sanlock client rem_lockspace -s LOCKSPACE\n"); @@ -2331,6 +2330,7 @@ static void print_usage(void) printf("\n"); printf("sanlock direct <action> [-a 0|1] [-o 0|1] [-Z 512|4096 -A 1M|2M|4M|8M]\n"); printf("sanlock direct init -s LOCKSPACE | -r RESOURCE [-Z 512|4096 -A 1M|2M|4M|8M]\n"); + printf("sanlock direct init_host -s LOCKSPACE [-g <generation>] [-t <timestamp>] [-Z 512|4096 -A 1M|2M|4M|8M]\n"); printf("sanlock direct read_leader -s LOCKSPACE | -r RESOURCE\n"); printf("sanlock direct dump <path>[:<offset>[:<size>]]\n"); printf("sanlock direct format -x RINDEX [-Z 512|4096 -A 1M|2M|4M|8M]\n");
sanlock-devel@lists.fedorahosted.org