diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2008-07-30 14:15:11 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2008-07-30 14:15:11 +0000 |
commit | 7badfefb8888e1fb07235161f370f0ef76b1b301 (patch) | |
tree | bf18dc2213d968b27cbc63544922c573a12b8df7 /src/sbin | |
parent | f4b7634a8c7e31a377a3d84ba7e1faf20f9d5524 (diff) | |
download | bcfg2-7badfefb8888e1fb07235161f370f0ef76b1b301.tar.gz bcfg2-7badfefb8888e1fb07235161f370f0ef76b1b301.tar.bz2 bcfg2-7badfefb8888e1fb07235161f370f0ef76b1b301.zip |
bcfg2-reports: fix script docstring
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4841 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/sbin')
-rwxr-xr-x | src/sbin/bcfg2-reports | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sbin/bcfg2-reports b/src/sbin/bcfg2-reports index bbaf9a723..1e64669e8 100755 --- a/src/sbin/bcfg2-reports +++ b/src/sbin/bcfg2-reports @@ -1,5 +1,5 @@ #! /usr/bin/env python -'''Imports statistics.xml and clients.xml files in to database backend for new statistics engine''' +'''Query reporting system for client status''' __revision__ = '$Revision: 4639 $' import os, sys |