CVSROOT:        /cvs/cluster
Module name:    cluster
Branch:         RHEL5
Changes by:     [EMAIL PROTECTED]       2007-08-20 20:48:05

Modified files:
        dlm/tool       : main.c 

Log message:
        proper help output for -m option

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/tool/main.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.2.2.4&r2=1.2.2.5

--- cluster/dlm/tool/main.c     2007/08/20 20:38:37     1.2.2.4
+++ cluster/dlm/tool/main.c     2007/08/20 20:48:05     1.2.2.5
@@ -54,7 +54,7 @@
        printf("Options:\n");
        printf("  -v               Verbose output\n");
        printf("  -d <n>           Resource directory off/on (0/1), default 
0\n");
-       printf("  -m               Permission mode for lockspace device 
(octal)\n");
+       printf("  -m <mode>        Permission mode for lockspace device 
(octal), default 0600\n");
        printf("  -M               Print MSTCPY locks in lockdump (remote 
locks, locally mastered)\n");
        printf("  -h               Print this help, then exit\n");
        printf("  -V               Print program version information, then 
exit\n");

Reply via email to