File pacemaker-crm_resource-T-option.patch of Package pacemaker.3577
commit ba315f17077d47184eb7189dde96c109db7c3387
Author: Ken Gaillot <kgaillot@redhat.com>
Date: Fri Jun 17 16:50:09 2016 -0500
Low: tools: crm_resource -T option should not be hidden anymore
diff --git a/tools/crm_resource.c b/tools/crm_resource.c
index a927232..eb0f88b 100644
--- a/tools/crm_resource.c
+++ b/tools/crm_resource.c
@@ -184,7 +184,7 @@ static struct crm_option long_options[] = {
{"utilization", 0, 0, 'z', "\tModify a resource's utilization attribute. For use with -p, -g, -d"},
{"set-name", 1, 0, 's', "\t(Advanced) ID of the instance_attributes object to change"},
{"nvpair", 1, 0, 'i', "\t(Advanced) ID of the nvpair object to change/delete"},
- {"timeout", 1, 0, 'T', "\t(Advanced) Abort if command does not finish in this time (with --restart or --wait)", pcmk_option_hidden},
+ {"timeout", 1, 0, 'T', "\t(Advanced) Abort if command does not finish in this time (with --restart or --wait)"},
{"force", 0, 0, 'f', "\n" /* Is this actually true anymore?
"\t\tForce the resource to move by creating a rule for the current location and a score of -INFINITY"
"\n\t\tThis should be used if the resource's stickiness and constraint scores total more than INFINITY (Currently 100,000)"