From 78fdb58c5fd0238ad331adca1707ce39ed50469b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Holger=20Wei=C3=9F?= Date: Wed, 6 Jul 2011 16:27:32 +0200 Subject: bcfg2-admin viz: Remove --raw from documentation Remove the --raw option from the "bcfg2-admin viz" documentation. The option has been superseeded by the --outfile option which allows for specifying arbitrary output types since commit 476cb9ac76. --- src/lib/Server/Admin/Viz.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/lib/Server/Admin/Viz.py') diff --git a/src/lib/Server/Admin/Viz.py b/src/lib/Server/Admin/Viz.py index bd7c6dd05..3ab54e543 100644 --- a/src/lib/Server/Admin/Viz.py +++ b/src/lib/Server/Admin/Viz.py @@ -10,7 +10,7 @@ class Viz(Bcfg2.Server.Admin.MetadataCore): __longhelp__ = (__shorthelp__ + "\n\nbcfg2-admin viz [--includehosts] " "[--includebundles] [--includekey] " "[--only-client clientname] " - "[-o output.png] [--raw]\n") + "[-o output.]\n") __usage__ = ("bcfg2-admin viz [options]\n\n" " %-32s%s\n" " %-32s%s\n" @@ -56,8 +56,6 @@ class Viz(Bcfg2.Server.Admin.MetadataCore): print(self.__longhelp__) raise SystemExit(1) - #FIXME: is this for --raw? - #rset = False hset = False bset = False kset = False -- cgit v1.2.3-1-g7c22