]> git.proxmox.com Git - mirror_corosync.git/commitdiff
cmapctl: add "-m" option into help message
authorBin Liu <bliu@suse.com>
Wed, 29 Nov 2017 08:53:32 +0000 (16:53 +0800)
committerJan Friesse <jfriesse@redhat.com>
Wed, 29 Nov 2017 17:20:02 +0000 (18:20 +0100)
Signed-off-by: Bin Liu <bliu@suse.com>
Reviewed-by: Jan Friesse <jfriesse@redhat.com>
tools/corosync-cmapctl.c

index 1d8bfc4940de06f422bc83dd7bd5cfe8eef5945a..a88934fee263c6bfb66e067ddcfeebdfd39cf7b1 100644 (file)
@@ -100,6 +100,9 @@ static int print_help(void)
        printf("\n");
        printf("    -b show binary values\n");
        printf("\n");
+       printf("    -m select map to use\n");
+       printf("          The  default  map is 'icmap' which contains configuration information and some runtime variables used by corosync. \n");
+       printf("          A 'stats' map is also available which displays network statistics - in great detail when knet is used as the transport.\n");
        printf("Set key:\n");
        printf("    corosync-cmapctl -s key_name type value\n");
        printf("\n");