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

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&r1=1.7&r2=1.8

--- cluster/dlm/tool/main.c     2007/08/20 20:36:53     1.7
+++ cluster/dlm/tool/main.c     2007/08/20 20:48:16     1.8
@@ -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