diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-06-22 16:35:10 -0700 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-06-22 16:35:10 -0700 |
commit | 1691998de87c8f3a0d8e79d633be8ed9f956ce51 (patch) | |
tree | 2da6acaedd6a03fc0446723add20a439c35385f4 | |
parent | 0582381c6631cb8b8e914cebbcf2e387b947c83f (diff) |
make id optional for enjitqueuehandler
-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. |