Explorar o código

cmap: tweek the usage text

1) It wasn't obvious to me what -b did
2) -a has been removed

Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
Reviewed-by: Steven Dake <sdake@redhat.com>
Angus Salkeld %!s(int64=14) %!d(string=hai) anos
pai
achega
aedaa07823
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      tools/corosync-cmapctl.c

+ 4 - 1
tools/corosync-cmapctl.c

@@ -95,7 +95,10 @@ static int convert_name_to_type(const char *name)
 static int print_help(void)
 static int print_help(void)
 {
 {
 	printf("\n");
 	printf("\n");
-	printf("usage:  corosync-cmapctl [-b] [-adghsTtp] [params...]\n");
+	printf("usage:  corosync-cmapctl [-b] [-dghsTtp] [params...]\n");
+	printf("\n");
+	printf("    -b show binary values\n");
+	printf("\n");
 	printf("Set key:\n");
 	printf("Set key:\n");
 	printf("    corosync-cmapctl -s key_name type value\n");
 	printf("    corosync-cmapctl -s key_name type value\n");
 	printf("\n");
 	printf("\n");