X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=scripts%2Fnukefile.php;h=4001833e8cf8a23d5ac15a2e6217a531b4eced2e;hb=4a31e4992d6c41ba7656601e9cf3c107643ca2fa;hp=1381676483cc0fe1a69c93cbca03299c44d6178a;hpb=6026dcaed18a7bf3b89d07ef6e6f75cdb3317883;p=quix0rs-gnu-social.git 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";