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