From c17c79989e6bc56ead6d8200dc3dc56a6d9b8d50 Mon Sep 17 00:00:00 2001 From: Rick Bradshow Date: Wed, 6 Aug 2008 21:57:48 +0000 Subject: added in : after the b and e option so that it would take the hostname of the machine to search for. git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4865 ce84e21b-d406-0410-9b95-82705330c041 --- src/sbin/bcfg2-reports | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sbin') diff --git a/src/sbin/bcfg2-reports b/src/sbin/bcfg2-reports index fdc9989d0..cd6894e13 100755 --- a/src/sbin/bcfg2-reports +++ b/src/sbin/bcfg2-reports @@ -106,7 +106,7 @@ result = list() entrydict = dict() args = sys.argv[1:] -opts, pargs = getopt(args, 'abcdehs:x:', ['sort=', 'fields=', 'badentry=','extraentry=']) +opts, pargs = getopt(args, 'ab:cde:hs:x:', ['sort=', 'fields=', 'badentry=','extraentry=']) for option in opts: if len(option) > 0: -- cgit v1.2.3-1-g7c22