diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2006-07-18 21:03:18 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2006-07-18 21:03:18 +0000 |
commit | c95a959007e440c1a580e79993e9c75f20fff03a (patch) | |
tree | 0aa98cf8655364b1b990ca8bdbb3576e02a641fc /src/sbin | |
parent | 927e8c2c0aa11f1475dc1e55a080ff005957f3ba (diff) | |
download | bcfg2-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
Diffstat (limited to 'src/sbin')
-rwxr-xr-x | src/sbin/bcfg2 | 2 |
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'), |