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>
This commit is contained in:
Angus Salkeld 2012-01-23 11:29:46 +11:00
parent 2e0fcf932b
commit aedaa07823

View File

@ -95,7 +95,10 @@ static int convert_name_to_type(const char *name)
static int print_help(void)
{
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(" corosync-cmapctl -s key_name type value\n");
printf("\n");