diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2007-05-21 14:38:38 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2007-05-21 14:38:38 +0000 |
commit | b1f73ad037f8629dc58d93d838c2fe8899388d02 (patch) | |
tree | c2d777206b818030d2ee57f0478515441842b3a9 /src/sbin | |
parent | 05d6ebad6a7d731bde9cece6aaa4b1f4caa0a627 (diff) | |
download | bcfg2-b1f73ad037f8629dc58d93d838c2fe8899388d02.tar.gz bcfg2-b1f73ad037f8629dc58d93d838c2fe8899388d02.tar.bz2 bcfg2-b1f73ad037f8629dc58d93d838c2fe8899388d02.zip |
Improve bcfg2-admin documentation (Resolves Ticket #441)
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3195 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/sbin')
-rwxr-xr-x | src/sbin/bcfg2-admin | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sbin/bcfg2-admin b/src/sbin/bcfg2-admin index cc0fff7b5..9a5c021d0 100755 --- a/src/sbin/bcfg2-admin +++ b/src/sbin/bcfg2-admin @@ -18,6 +18,8 @@ pull <client> <entry type> <entry name> - mine statistics for entry information minestruct <client> - mine statistics for extra entries viz [--includehosts] [--includebundles] [--includekey] [-o output.png] [--raw] client add name= profile= uuid= password= secure= location= +tidy - clean up unused files from repo +compare <config1.xml> <config2.xml> - compare two configurations for differences ''' config = ''' |