better help for ombqueuehandler

This commit is contained in:
Evan Prodromou 2009-06-22 15:51:03 -07:00
parent ef88758a37
commit 3cbdc68454
1 changed files with 3 additions and 3 deletions

View File

@ -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';