From 634c15a2e8956b42d2d9bfd5db90ad7de9a25102 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Thu, 24 Jul 2025 13:44:49 +0200 Subject: [PATCH] clearer wording The comments are not actually read, it just checks if discussion was enabled or not. --- bin/administration | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/administration b/bin/administration index 44ce0e8e..1796a21d 100755 --- a/bin/administration +++ b/bin/administration @@ -174,7 +174,7 @@ Options: -h, --help displays this help message -l, --list-ids lists all document IDs -p, --purge purge all expired documents - -s, --statistics reads all stored documents and comments and reports statistics + -s, --statistics reads all stored documents and reports statistics EOT, PHP_EOL; exit($code); } @@ -243,7 +243,7 @@ EOT, PHP_EOL; } /** - * reads all stored documents and comments and reports statistics + * reads all stored documents and reports statistics * * @access public */