diff --git a/src/sbin/pluginctl b/src/sbin/pluginctl index ddd7a3651..8082c6579 100755 --- a/src/sbin/pluginctl +++ b/src/sbin/pluginctl @@ -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'])) {