system: once seems enough #5768

This commit is contained in:
Franco Fichtner 2022-07-12 15:31:20 +02:00
parent 5e9f7c2499
commit 58d491b99c

View File

@ -63,7 +63,7 @@ function get_config_prop($path, $cnf = null)
}
}
$opts = getopt('cdghiirs', [], $optind);
$opts = getopt('cdghirs', [], $optind);
$args = array_slice($argv, $optind);
if (isset($opts['h'])) {