diff options
-rwxr-xr-x | scripts/ombqueuehandler.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/ombqueuehandler.php b/scripts/ombqueuehandler.php index 131b6513c..deb5f8d7d 100755 --- a/scripts/ombqueuehandler.php +++ b/scripts/ombqueuehandler.php @@ -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'; |