summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Admin.py
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2013-08-13 08:15:16 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2013-08-13 08:33:04 -0400
commit3d56dba8705f738f3384833bf2210c2734911dca (patch)
tree5ff65e9960688a16d3e2136fb22dc2bfafcb2dd8 /src/lib/Bcfg2/Server/Admin.py
parentc7c692f468bdb7071f38fa845f010d97a0c27c98 (diff)
downloadbcfg2-3d56dba8705f738f3384833bf2210c2734911dca.tar.gz
bcfg2-3d56dba8705f738f3384833bf2210c2734911dca.tar.bz2
bcfg2-3d56dba8705f738f3384833bf2210c2734911dca.zip
man: updated bcfg2-admin man page
Diffstat (limited to 'src/lib/Bcfg2/Server/Admin.py')
-rw-r--r--src/lib/Bcfg2/Server/Admin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Bcfg2/Server/Admin.py b/src/lib/Bcfg2/Server/Admin.py
index 24cb46bd9..8f7a7ed4d 100644
--- a/src/lib/Bcfg2/Server/Admin.py
+++ b/src/lib/Bcfg2/Server/Admin.py
@@ -1091,7 +1091,7 @@ class Viz(_ServerAdminCmd):
help="Show a key for different digraph shapes"),
Bcfg2.Options.Option(
"-c", "--only-client", metavar="<hostname>",
- help="Show only the groups, bundles for the named client"),
+ help="Only show groups and bundles for the named client"),
Bcfg2.Options.PathOption(
"-o", "--outfile",
help="Write viz output to an output file")]