fence-agents: master - fencing: Add notice that command prompt is expected as python regex

Marek GrĂ¡c marx at fedoraproject.org
Mon Jul 1 12:25:12 UTC 2013


Gitweb:        http://git.fedorahosted.org/git/?p=fence-agents.git;a=commitdiff;h=801d4575bff12924ae6ab56d4148e81a9e1cedd4
Commit:        801d4575bff12924ae6ab56d4148e81a9e1cedd4
Parent:        83e028b1271721d4744cfb51be3f215ab65decca
Author:        Marek 'marx' Grac <mgrac at redhat.com>
AuthorDate:    Mon Jul 1 14:23:50 2013 +0200
Committer:     Marek 'marx' Grac <mgrac at redhat.com>
CommitterDate: Mon Jul 1 14:23:50 2013 +0200

fencing: Add notice that command prompt is expected as python regex

---
 fence/agents/lib/fencing.py.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/fence/agents/lib/fencing.py.py b/fence/agents/lib/fencing.py.py
index 12521de..89b1385 100644
--- a/fence/agents/lib/fencing.py.py
+++ b/fence/agents/lib/fencing.py.py
@@ -151,8 +151,8 @@ all_opt = {
 	"cmd_prompt" : {
 		"getopt" : "c:",
 		"longopt" : "command-prompt",
-		"help" : "-c, --command-prompt=[prompt]  Force command prompt",
-		"shortdesc" : "Force command prompt",
+		"help" : "-c, --command-prompt=[prompt]  Force Python regex for command prompt",
+		"shortdesc" : "Force Python regex for command prompt",
 		"required" : "0",
 		"order" : 1 },
 	"secure" : {


More information about the cluster-commits mailing list