forked from GNUsocial/gnu-social
make id optional for enjitqueuehandler
This commit is contained in:
parent
0582381c66
commit
1691998de8
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user