add missing option -c in usage informationen

This commit is contained in:
Uwe Steinmann 2020-08-26 15:26:17 +02:00
parent 6d881fed60
commit 504c3533f3

View File

@ -7,7 +7,7 @@ if(isset($_SERVER['SEEDDMS_HOME'])) {
function usage() { /* {{{ */
echo "Usage:".PHP_EOL;
echo " seeddms-indexer [-h] [-v] [--config <file>]".PHP_EOL;
echo " seeddms-indexer [-h] [-v] [-c] [--config <file>]".PHP_EOL;
echo "".PHP_EOL;
echo "Description:".PHP_EOL;
echo " This program recreates the full text index of SeedDMS.".PHP_EOL;