Blame SOURCES/2.0-cleanup-behavior-2.patch
|
|
f0d7ba |
From 33031d3914cf54caf5d4a0fd0a35cad3d99b64ef Mon Sep 17 00:00:00 2001
|
|
|
f0d7ba |
From: Ken Gaillot <kgaillot@redhat.com>
|
|
|
f0d7ba |
Date: Tue, 19 May 2020 12:41:36 -0500
|
|
|
f0d7ba |
Subject: [PATCH] Doc: tools: clarify crm_resource --refresh help
|
|
|
f0d7ba |
|
|
|
f0d7ba |
---
|
|
|
f0d7ba |
tools/crm_resource.c | 2 +-
|
|
|
f0d7ba |
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
f0d7ba |
|
|
|
f0d7ba |
diff --git a/tools/crm_resource.c b/tools/crm_resource.c
|
|
|
f0d7ba |
index ab5c45c..52ed9cb 100644
|
|
|
f0d7ba |
--- a/tools/crm_resource.c
|
|
|
f0d7ba |
+++ b/tools/crm_resource.c
|
|
|
f0d7ba |
@@ -292,7 +292,7 @@ static struct crm_option long_options[] = {
|
|
|
f0d7ba |
"refresh", no_argument, NULL, 'R',
|
|
|
f0d7ba |
"\t\tDelete resource's history (including failures) so its current state is rechecked.\n"
|
|
|
f0d7ba |
"\t\t\t\tOptionally filtered by --resource and --node (otherwise all). If the named resource is\n"
|
|
|
f0d7ba |
- "\t\t\t\tpart of a group, or one numbered instance of a clone or bundled resource, the clean-up\n"
|
|
|
f0d7ba |
+ "\t\t\t\tpart of a group, or one numbered instance of a clone or bundled resource, the refresh\n"
|
|
|
f0d7ba |
"applies to the whole collective resource unless --force is given."
|
|
|
f0d7ba |
},
|
|
|
f0d7ba |
{
|
|
|
f0d7ba |
--
|
|
|
f0d7ba |
1.8.3.1
|
|
|
f0d7ba |
|