Просмотр исходного кода

cmapctl: add "-m" option into help message

Signed-off-by: Bin Liu <bliu@suse.com>
Reviewed-by: Jan Friesse <jfriesse@redhat.com>
Bin Liu 8 лет назад
Родитель
Сommit
01b44d1e5f
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      tools/corosync-cmapctl.c

+ 3 - 0
tools/corosync-cmapctl.c

@@ -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");