diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2008-08-04 19:06:11 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2008-08-04 19:06:11 +0000 |
commit | d2f3c24d9a0d5fe92bb4424656f60bf639bab2aa (patch) | |
tree | 8fd7b0d86399ad988583619860b0a566a6649148 /src | |
parent | 527a7b561b9e38933f30869fca0bf46e4af979d4 (diff) | |
download | bcfg2-d2f3c24d9a0d5fe92bb4424656f60bf639bab2aa.tar.gz bcfg2-d2f3c24d9a0d5fe92bb4424656f60bf639bab2aa.tar.bz2 bcfg2-d2f3c24d9a0d5fe92bb4424656f60bf639bab2aa.zip |
Change include host option to -H
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4850 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/Server/Admin/Viz.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Server/Admin/Viz.py b/src/lib/Server/Admin/Viz.py index 138cc4aaf..f6090a4a2 100644 --- a/src/lib/Server/Admin/Viz.py +++ b/src/lib/Server/Admin/Viz.py @@ -32,7 +32,7 @@ class Viz(Bcfg2.Server.Admin.MetadataCore): for opt, arg in opts: if opt in ("-r", "--raw"): rset = True - elif opt in ("-h", "--includehosts"): + elif opt in ("-H", "--includehosts"): hset = True elif opt in ("-b", "--includebundles"): bset = True |