Просмотр исходного кода

clearer wording

The comments are not actually read, it just checks if discussion was enabled or not.
El RIDO 1 год назад
Родитель
Сommit
634c15a2e8
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      bin/administration

+ 2 - 2
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
      */