From 74e5a39920606a8c6e4ef24c351480dba81f11eb Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Mon, 2 Apr 2007 18:27:22 +0000 Subject: Fix bcfg2-admin pull, and update the help message to include it git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3004 ce84e21b-d406-0410-9b95-82705330c041 --- src/sbin/bcfg2-admin | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/sbin/bcfg2-admin') diff --git a/src/sbin/bcfg2-admin b/src/sbin/bcfg2-admin index e794243ce..2539c42c1 100755 --- a/src/sbin/bcfg2-admin +++ b/src/sbin/bcfg2-admin @@ -15,7 +15,7 @@ usage = ''' bcfg2-admin [options] fingerprint - print the server certificate fingerprint init - initialize the bcfg2 repository( this is interactive; only run once ) -mineentry - mine statistics for entry information +pull - mine statistics for entry information minestruct - mine statistics for extra entries viz [--includehosts] [--includebundles] [--includekey] [-o output.png] [--raw] client add name= profile= uuid= password= secure= location= @@ -562,7 +562,7 @@ if __name__ == '__main__': if len(args) != 4: print usage raise SystemExit, 1 - do_pull(configfile, Repopath, args[1], args[2], args[3]) + do_pull(args[0], Repopath, args[1], args[2], args[3]) elif args[0] == 'minestruct': do_minestruct(Repopath, args[1:]) -- cgit v1.2.3-1-g7c22