X-Git-Url: https://git.mxchange.org/?p=quix0rs-gnu-social.git;a=blobdiff_plain;f=scripts%2Fnukefile.php;h=5e510d118fe74ab59bc93783b37e2d4a53e45a92;hp=460a4d8d0fc94b0acd24e8f3887819dab9d78e59;hb=e2d85a39e7f82ceef2cb2fe66a3a9a62ac9a363e;hpb=1ae5ea8f4cf40113a14a183b754101177f99ba32 diff --git a/scripts/nukefile.php b/scripts/nukefile.php index 460a4d8d0f..5e510d118f 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";