mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 07:04:57 +00:00
add missing option -c in usage informationen
This commit is contained in:
parent
6d881fed60
commit
504c3533f3
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user