From 0e69b3e2f4462f2b340ac528099eaca81d675bdd Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Mon, 11 Nov 2013 18:10:28 +0100 Subject: cluster-cman: update stale comment (cont'd) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- cluster-cman.py | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/cluster-cman.py b/cluster-cman.py index 35d65af..c8d48c6 100755 --- a/cluster-cman.py +++ b/cluster-cman.py @@ -6,13 +6,14 @@ # (to view a copy, visit http://creativecommons.org/licenses/by-sa/3.0/) """Model of cman-based cluster capturing deployment, communication, etc. -By default,XDot window is displayed showing the model in the interactive -way (free zoom, hints upon click, etc.). The argument, if provided, denotes -the output format that will be used for headleass static capture of -the model. Such output will be named as per this script modulo extension. -Generally, you can specify arbitrary format/extension supported by graphviz -as a first parameter and you'll get what you ask for, including original -'.dot' file for further utilization. +By default, XDot window is displayed showing the model in the interactive +way (free zoom, hints upon click, etc.). + +The argument, if provided, denotes the output format that will be used for +headleass static capture of this model. The output file will be named as +per this script modulo extension. Generally, you can specify arbitrary +format/extension supported by graphviz as a first parameter and you'll get +what you ask for, including original '.dot' file for further utilization. """ from sys import argv -- cgit