summaryrefslogtreecommitdiffstats
path: root/cluster-cman.py
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2013-11-11 18:10:28 +0100
committerJan Pokorný <jpokorny@redhat.com>2013-11-11 18:12:46 +0100
commit0e69b3e2f4462f2b340ac528099eaca81d675bdd (patch)
tree84db399249393fffb7dbb6f127aed55b722d40af /cluster-cman.py
parentaf1cdbede870f83fa371fe88e20306312428b850 (diff)
downloadcluster-overview-0e69b3e2f4462f2b340ac528099eaca81d675bdd.tar.gz
cluster-overview-0e69b3e2f4462f2b340ac528099eaca81d675bdd.tar.xz
cluster-overview-0e69b3e2f4462f2b340ac528099eaca81d675bdd.zip
cluster-cman: update stale comment (cont'd)
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to 'cluster-cman.py')
-rwxr-xr-xcluster-cman.py15
1 files 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