From b7e20eb84250ce9feeefde8dad2eab448125dc5d Mon Sep 17 00:00:00 2001 From: Karel Klic Date: Tue, 19 Jan 2010 15:32:42 +0100 Subject: Add warning text about script usage to abrt-bz-* scripts. Document the purpose of the scripts. --- scripts/abrt-bz-stats | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scripts') diff --git a/scripts/abrt-bz-stats b/scripts/abrt-bz-stats index 2923665..3fb02bc 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 -- cgit