]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Clarify that notices are also deleted with nukefile.php
authorMikael Nordfeldth <mmn@hethane.se>
Sun, 27 Dec 2015 10:43:25 +0000 (11:43 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Sun, 27 Dec 2015 10:43:25 +0000 (11:43 +0100)
scripts/nukefile.php

index 1381676483cc0fe1a69c93cbca03299c44d6178a..4001833e8cf8a23d5ac15a2e6217a531b4eced2e 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";