summaryrefslogtreecommitdiffstats
path: root/reports/brpt/importscript.py
diff options
context:
space:
mode:
authorJoey Hagedorn <hagedorn@mcs.anl.gov>2006-07-18 16:00:12 +0000
committerJoey Hagedorn <hagedorn@mcs.anl.gov>2006-07-18 16:00:12 +0000
commit053b7db0f0ef38cf72a27f5e20fcf3432fc9f11e (patch)
tree7f90b0065716a407bdb14ccc5af2c7746d58f5ae /reports/brpt/importscript.py
parent56d76f9dd8f23a96a2e89d55296d76797e90800c (diff)
downloadbcfg2-053b7db0f0ef38cf72a27f5e20fcf3432fc9f11e.tar.gz
bcfg2-053b7db0f0ef38cf72a27f5e20fcf3432fc9f11e.tar.bz2
bcfg2-053b7db0f0ef38cf72a27f5e20fcf3432fc9f11e.zip
New Reports: Summary view is now really fast 3 sec instead of 20; Summary enabled for historical view
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1966 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'reports/brpt/importscript.py')
-rwxr-xr-xreports/brpt/importscript.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/reports/brpt/importscript.py b/reports/brpt/importscript.py
index 7e79b79e2..d588df806 100755
--- a/reports/brpt/importscript.py
+++ b/reports/brpt/importscript.py
@@ -32,11 +32,11 @@ if __name__ == '__main__':
opts, args = getopt(argv[1:], "hvudc:s:", ["help", "verbose", "updates" ,"debug", "clients=", "stats="])
except GetoptError, mesg:
# print help information and exit:
- print "%s\nUsage:\nStatReports.py [-h] [-v] [-u] [-d] -c <clients-file> -s <statistics-file>" % (mesg)
+ print "%s\nUsage:\nimportscript.py [-h] [-v] [-u] [-d] -c <clients-file> -s <statistics-file>" % (mesg)
raise SystemExit, 2
for o, a in opts:
if o in ("-h", "--help"):
- print "Usage:\nStatReports.py [-h] [-v] -c <clients-file> -s <statistics-file> \n"
+ print "Usage:\nimportscript.py [-h] [-v] -c <clients-file> -s <statistics-file> \n"
print "h : help; this message"
print "v : verbose; print messages on record insertion/skip"
print "u : updates; print status messages as items inserted semi-verbose"