From 4a31e4992d6c41ba7656601e9cf3c107643ca2fa Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Sun, 27 Dec 2015 11:43:25 +0100 Subject: [PATCH] Clarify that notices are also deleted with nukefile.php --- scripts/nukefile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/nukefile.php b/scripts/nukefile.php index 1381676483..4001833e8c 100755 --- a/scripts/nukefile.php +++ b/scripts/nukefile.php @@ -54,7 +54,7 @@ if (!have_option('y', 'yes')) { } catch (Exception $e) { $filename = '(remote file or no filename)'; } - print "About to PERMANENTLY delete file ($filename) ({$file->id}). Are you sure? [y/N] "; + print "About to PERMANENTLY delete file ($filename) with id=={$file->id}) AND its related notices. Are you sure? [y/N] "; $response = fgets(STDIN); if (strtolower(trim($response)) != 'y') { print "Aborting.\n"; -- 2.39.5