summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-06-22 15:51:03 -0700
committerEvan Prodromou <evan@controlyourself.ca>2009-06-22 15:51:03 -0700
commit3cbdc684546544a2ba71ba36897b1ca24df92548 (patch)
treeafc59aef986fe772bbcbe020a6d07a451909e3b1 /scripts
parentef88758a374a47fb377aa5ceb41b0276558d3d33 (diff)
better help for ombqueuehandler
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ombqueuehandler.php6
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';