This is the mail archive of the cluster-cvs@sourceware.org mailing list for the cluster.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

master - fence: Fix -C switch description in Python library


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=5ba707202381b5e2deb243bdbac39a0549e2ab86
Commit:        5ba707202381b5e2deb243bdbac39a0549e2ab86
Parent:        9c9359dc14902a17cb44630a6909085605798d03
Author:        Jan Friesse <jfriesse@redhat.com>
AuthorDate:    Mon Oct 27 17:43:25 2008 +0100
Committer:     Jan Friesse <jfriesse@redhat.com>
CommitterDate: Mon Oct 27 17:43:25 2008 +0100

fence: Fix -C switch description in Python library

Separator between -C and description was tab key. It looked
very bad in console, because -C description was not aligned
with other descriptions.
---
 fence/agents/lib/fencing.py.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fence/agents/lib/fencing.py.py b/fence/agents/lib/fencing.py.py
index cf7d9be..c529b78 100644
--- a/fence/agents/lib/fencing.py.py
+++ b/fence/agents/lib/fencing.py.py
@@ -149,7 +149,7 @@ all_opt = {
 		"order" : 2 },
 	"separator" : {
 		"getopt" : "C:",
-		"help" : "-C <char>	Separator for CSV created by 'list' operation",
+		"help" : "-C <char>      Separator for CSV created by 'list' operation",
 		"order" : 100 }
 }
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]