summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2006-07-18 21:03:18 +0000
committerNarayan Desai <desai@mcs.anl.gov>2006-07-18 21:03:18 +0000
commitc95a959007e440c1a580e79993e9c75f20fff03a (patch)
tree0aa98cf8655364b1b990ca8bdbb3576e02a641fc
parent927e8c2c0aa11f1475dc1e55a080ff005957f3ba (diff)
downloadbcfg2-c95a959007e440c1a580e79993e9c75f20fff03a.tar.gz
bcfg2-c95a959007e440c1a580e79993e9c75f20fff03a.tar.bz2
bcfg2-c95a959007e440c1a580e79993e9c75f20fff03a.zip
Fix bcfg2 -h
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1969 ce84e21b-d406-0410-9b95-82705330c041
-rwxr-xr-xsrc/sbin/bcfg22
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sbin/bcfg2 b/src/sbin/bcfg2
index a4f5f1ba7..aff754296 100755
--- a/src/sbin/bcfg2
+++ b/src/sbin/bcfg2
@@ -50,7 +50,7 @@ class Client:
'remove': (('-r', '(packages|services|all)', "force removal of additional configuration items"),
False, False, False, False),
'help': (('-h', False, "print this help message"),
- False, False, False, False),
+ False, False, False, True),
'setup': (('-C', '<configfile>', "use given config file (default /etc/bcfg2.conf)"),
False, False, '/etc/bcfg2.conf', False),
'server': (('-S', '<server url>', 'the server hostname to connect to'),