This is an automated email from the git hooks/post-receive script.
teigland pushed a change to branch master in repository sanlock.
from e4726e4 sanlock: client acquire doesn't support orphan leases new c749a1b fix typo in usage output
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: src/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
This is an automated email from the git hooks/post-receive script.
teigland pushed a commit to branch master in repository sanlock.
commit c749a1bd84a74afd9a3f2cb8820f38fdbc66c383 Author: David Teigland teigland@redhat.com Date: Fri Jun 2 11:23:37 2017 -0500
fix typo in usage output --- src/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main.c b/src/main.c index 92669ff..13fec0d 100644 --- a/src/main.c +++ b/src/main.c @@ -1857,13 +1857,13 @@ static void print_usage(void) printf("LOCKSPACE = <lockspace_name>:<host_id>:<path>:<offset>\n"); printf(" <lockspace_name> name of lockspace\n"); printf(" <host_id> local host identifier in lockspace\n"); - printf(" <path> disk to storage reserved for leases\n"); + printf(" <path> path to storage reserved for leases\n"); printf(" <offset> offset on path (bytes)\n"); printf("\n"); printf("RESOURCE = <lockspace_name>:<resource_name>:<path>:<offset>[:<lver>]\n"); printf(" <lockspace_name> name of lockspace\n"); printf(" <resource_name> name of resource\n"); - printf(" <path> disk to storage reserved for leases\n"); + printf(" <path> path to storage reserved for leases\n"); printf(" <offset> offset on path (bytes)\n"); printf(" <lver> optional leader version or SH for shared lease\n"); printf("\n");
sanlock-devel@lists.fedorahosted.org