Преглед изворни кода

quorumtool: remove duplicated help message

Option "-p" was included twice, so remove one of them.

Signed-off-by: Bin Liu <bliu@suse.com>
Reviewed-by: Jan Friesse <jfriesse@redhat.com>
Bin Liu пре 8 година
родитељ
комит
47800d6809
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      tools/corosync-quorumtool.c

+ 0 - 1
tools/corosync-quorumtool.c

@@ -167,7 +167,6 @@ static void show_usage(const char *name)
 	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("  -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("  -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");