summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Admin/Viz.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Server/Admin/Viz.py')
-rw-r--r--src/lib/Server/Admin/Viz.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Server/Admin/Viz.py b/src/lib/Server/Admin/Viz.py
index 5d7086e26..bd7c6dd05 100644
--- a/src/lib/Server/Admin/Viz.py
+++ b/src/lib/Server/Admin/Viz.py
@@ -53,7 +53,7 @@ class Viz(Bcfg2.Server.Admin.MetadataCore):
except getopt.GetoptError:
msg = sys.exc_info()[1]
print(msg)
- self.log.error(self.__shorthelp__)
+ print(self.__longhelp__)
raise SystemExit(1)
#FIXME: is this for --raw?