make id optional for enjitqueuehandler
This commit is contained in:
parent
0582381c66
commit
1691998de8
@ -20,8 +20,8 @@
|
|||||||
|
|
||||||
define('INSTALLDIR', realpath(dirname(__FILE__) . '/..'));
|
define('INSTALLDIR', realpath(dirname(__FILE__) . '/..'));
|
||||||
|
|
||||||
$shortoptions = 'i';
|
$shortoptions = 'i::';
|
||||||
$longoptions = array('id');
|
$longoptions = array('id::');
|
||||||
|
|
||||||
$helptext = <<<END_OF_ENJIT_HELP
|
$helptext = <<<END_OF_ENJIT_HELP
|
||||||
Daemon script for watching new notices and posting to enjit.
|
Daemon script for watching new notices and posting to enjit.
|
||||||
|
Loading…
Reference in New Issue
Block a user