]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
better help for ombqueuehandler
authorEvan Prodromou <evan@controlyourself.ca>
Mon, 22 Jun 2009 22:51:03 +0000 (15:51 -0700)
committerEvan Prodromou <evan@controlyourself.ca>
Mon, 22 Jun 2009 22:51:03 +0000 (15:51 -0700)
scripts/ombqueuehandler.php

index 131b6513c58d3a15284462e0f2249e5c1a92c841..deb5f8d7d29dd5be7568c4307b52ff4d63cd9722 100755 (executable)
@@ -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';