File bsc#1135317-0001-Low-stonith_admin-help-specify-the-usage-of-cleanup-1.1.patch of Package pacemaker.22685
From 065fabee559a62a400709957f514f33150a91442 Mon Sep 17 00:00:00 2001
From: aleksei-burlakov <aleksei.burlakov@suse.com>
Date: Fri, 17 May 2019 18:13:01 +0200
Subject: [PATCH] Low: stonith_admin --help: specify the usage of --cleanup
---
fencing/admin.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fencing/admin.c b/fencing/admin.c
index 8aef093b4..7da43e917 100644
--- a/fencing/admin.c
+++ b/fencing/admin.c
@@ -58,7 +58,7 @@ static struct crm_option long_options[] = {
"\tBe less descriptive in output."
},
{ "cleanup", no_argument, NULL, 'c',
- "\tCleanup wherever appropriate."
+ "\tCleanup wherever appropriate. Requires: --history."
},
{ "broadcast", no_argument, NULL, 'b',
"Broadcast wherever appropriate."
--
2.16.4