better help for ombqueuehandler
This commit is contained in:
parent
ef88758a37
commit
3cbdc68454
|
@ -23,12 +23,12 @@ define('INSTALLDIR', realpath(dirname(__FILE__) . '/..'));
|
||||||
$shortoptions = 'i';
|
$shortoptions = 'i';
|
||||||
$longoptions = array('id');
|
$longoptions = array('id');
|
||||||
|
|
||||||
$helptext = <<<END_OF_FACEBOOK_HELP
|
$helptext = <<<END_OF_OMB_HELP
|
||||||
Daemon script for pushing new notices to Facebook.
|
Daemon script for pushing new notices to OpenMicroBlogging subscribers.
|
||||||
|
|
||||||
-i --id Identity (default none)
|
-i --id Identity (default none)
|
||||||
|
|
||||||
END_OF_FACEBOOK_HELP;
|
END_OF_OMB_HELP;
|
||||||
|
|
||||||
require_once INSTALLDIR.'/scripts/commandline.inc';
|
require_once INSTALLDIR.'/scripts/commandline.inc';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user