]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - scripts/nukefile.php
Merge remote-tracking branch 'upstream/master' into social-master
[quix0rs-gnu-social.git] / scripts / nukefile.php
index 460a4d8d0fc94b0acd24e8f3887819dab9d78e59..5e510d118fe74ab59bc93783b37e2d4a53e45a92 100755 (executable)
@@ -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";