|
@@ -157,15 +157,16 @@ static void show_usage(const char *name)
|
|
|
printf(" options:\n");
|
|
printf(" options:\n");
|
|
|
printf("\n");
|
|
printf("\n");
|
|
|
printf(" -s show quorum status\n");
|
|
printf(" -s show quorum status\n");
|
|
|
- printf(" -m monitor quorum status\n");
|
|
|
|
|
|
|
+ printf(" -m constantly monitor quorum status\n");
|
|
|
printf(" -l list nodes\n");
|
|
printf(" -l list nodes\n");
|
|
|
printf(" -p when used with -s or -l, generates machine parsable output\n");
|
|
printf(" -p when used with -s or -l, generates machine parsable output\n");
|
|
|
printf(" -v <votes> change the number of votes for a node (*)\n");
|
|
printf(" -v <votes> change the number of votes for a node (*)\n");
|
|
|
- printf(" -n <nodeid> optional nodeid of node for -v (*)\n");
|
|
|
|
|
|
|
+ printf(" -n <nodeid> optional nodeid of node for -v\n");
|
|
|
printf(" -e <expected> change expected votes for the cluster (*)\n");
|
|
printf(" -e <expected> change expected votes for the cluster (*)\n");
|
|
|
printf(" -H show nodeids in hexadecimal rather than decimal\n");
|
|
printf(" -H show nodeids in hexadecimal rather than decimal\n");
|
|
|
printf(" -i show node IP addresses instead of the resolved name\n");
|
|
printf(" -i show node IP addresses instead of the resolved name\n");
|
|
|
- printf(" -o <a|i> order by [a] IP address (default), [i] nodeid,\n");
|
|
|
|
|
|
|
+ printf(" -p when used with -s or -l, generates machine parsable output\n");
|
|
|
|
|
+ printf(" -o <a|n|i> order by [a] IP address (default), [n] name, [i] nodeid\n");
|
|
|
printf(" -f forcefully unregister a quorum device *DANGEROUS* (*)\n");
|
|
printf(" -f forcefully unregister a quorum device *DANGEROUS* (*)\n");
|
|
|
printf(" -h show this help text\n");
|
|
printf(" -h show this help text\n");
|
|
|
printf(" -V show version and exit\n");
|
|
printf(" -V show version and exit\n");
|