Blob Blame History Raw
From 33031d3914cf54caf5d4a0fd0a35cad3d99b64ef Mon Sep 17 00:00:00 2001
From: Ken Gaillot <kgaillot@redhat.com>
Date: Tue, 19 May 2020 12:41:36 -0500
Subject: [PATCH] Doc: tools: clarify crm_resource --refresh help

---
 tools/crm_resource.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/crm_resource.c b/tools/crm_resource.c
index ab5c45c..52ed9cb 100644
--- a/tools/crm_resource.c
+++ b/tools/crm_resource.c
@@ -292,7 +292,7 @@ static struct crm_option long_options[] = {
         "refresh", no_argument, NULL, 'R',
         "\t\tDelete resource's history (including failures) so its current state is rechecked.\n"
         "\t\t\t\tOptionally filtered by --resource and --node (otherwise all). If the named resource is\n"
-        "\t\t\t\tpart of a group, or one numbered instance of a clone or bundled resource, the clean-up\n"
+        "\t\t\t\tpart of a group, or one numbered instance of a clone or bundled resource, the refresh\n"
         "applies to the whole collective resource unless --force is given."
     },
     {
-- 
1.8.3.1