diff options
-rwxr-xr-x | scripts/enjitqueuehandler.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/enjitqueuehandler.php b/scripts/enjitqueuehandler.php index 509134765..05e1d9366 100755 --- a/scripts/enjitqueuehandler.php +++ b/scripts/enjitqueuehandler.php @@ -20,8 +20,8 @@ define('INSTALLDIR', realpath(dirname(__FILE__) . '/..')); -$shortoptions = 'i'; -$longoptions = array('id'); +$shortoptions = 'i::'; +$longoptions = array('id::'); $helptext = <<<END_OF_ENJIT_HELP Daemon script for watching new notices and posting to enjit. |