mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-08-05 17:52:03 +00:00
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:
parent
2e0fcf932b
commit
aedaa07823
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user