diff options
author | Karel Klic <kklic@redhat.com> | 2010-01-19 15:32:42 +0100 |
---|---|---|
committer | Karel Klic <kklic@redhat.com> | 2010-01-19 15:32:42 +0100 |
commit | b7e20eb84250ce9feeefde8dad2eab448125dc5d (patch) | |
tree | a689d4f7701ece49a7d492b6258eff862439538c /scripts | |
parent | 8ddcb9404d65bc6b09910099988fe6a0f33fe250 (diff) | |
download | abrt-b7e20eb84250ce9feeefde8dad2eab448125dc5d.tar.gz abrt-b7e20eb84250ce9feeefde8dad2eab448125dc5d.tar.xz abrt-b7e20eb84250ce9feeefde8dad2eab448125dc5d.zip |
Add warning text about script usage to abrt-bz-* scripts. Document the purpose of the scripts.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/abrt-bz-stats | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/abrt-bz-stats b/scripts/abrt-bz-stats index 29236650..3fb02bca 100755 --- a/scripts/abrt-bz-stats +++ b/scripts/abrt-bz-stats @@ -1,5 +1,9 @@ #!/usr/bin/python # -*- mode:python -*- +# ABRT Bugzilla Statistics script +# +# Please do not run this script unless it's neccessary to do so. +# It forces Bugzilla to send info about thousands of bug reports. from bugzilla import RHBugzilla from optparse import OptionParser |