clearer wording

The comments are not actually read, it just checks if discussion was enabled or not.
This commit is contained in:
El RIDO 2025-07-24 13:44:49 +02:00 committed by GitHub
parent b8a3c6f920
commit 634c15a2e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -174,7 +174,7 @@ Options:
-h, --help displays this help message -h, --help displays this help message
-l, --list-ids lists all document IDs -l, --list-ids lists all document IDs
-p, --purge purge all expired documents -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; EOT, PHP_EOL;
exit($code); 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 * @access public
*/ */