summaryrefslogtreecommitdiffstats
path: root/src/sbin/bcfg2-reports
diff options
context:
space:
mode:
authorRick Bradshow <bradshaw@mcs.anl.gov>2008-08-06 21:57:48 +0000
committerRick Bradshow <bradshaw@mcs.anl.gov>2008-08-06 21:57:48 +0000
commitc17c79989e6bc56ead6d8200dc3dc56a6d9b8d50 (patch)
tree39165e0c5e69618e3dcaddae817a4152003b4573 /src/sbin/bcfg2-reports
parentfe5285d55f2138413b17a2be38841a64d88bdbea (diff)
downloadbcfg2-c17c79989e6bc56ead6d8200dc3dc56a6d9b8d50.tar.gz
bcfg2-c17c79989e6bc56ead6d8200dc3dc56a6d9b8d50.tar.bz2
bcfg2-c17c79989e6bc56ead6d8200dc3dc56a6d9b8d50.zip
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
Diffstat (limited to 'src/sbin/bcfg2-reports')
-rwxr-xr-xsrc/sbin/bcfg2-reports2
1 files changed, 1 insertions, 1 deletions
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: