From 4c5892eff7dc90cda2d1fd7eb838ca5f16fabe24 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Wed, 22 Apr 2015 09:11:21 -0400 Subject: [PATCH] Bug 11084 [QA Followup] - Document limitations of test mode Signed-off-by: Katrin Fischer Signed-off-by: Brendan A Gallagher --- misc/cronjobs/delete_records_via_leader.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/misc/cronjobs/delete_records_via_leader.pl b/misc/cronjobs/delete_records_via_leader.pl index 7b08828..b262ded 100755 --- a/misc/cronjobs/delete_records_via_leader.pl +++ b/misc/cronjobs/delete_records_via_leader.pl @@ -59,7 +59,9 @@ This script has the following parameters : -h --help: Prints this message -c --confirm: Script will do nothing without this parameter -v --verbose: Be verbose - -t --test: Test mode, does not delete records + -t --test: Test mode, does not delete records. + Test mode cannot determine if a record/item will be deleted successfully, + it will only tell you what records and items the script will attempt to delete. -i --delete-items: Try deleting items before deleting record. Records with items cannot be deleted. }; -- 2.1.4