diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-06-22 15:51:03 -0700 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-06-22 15:51:03 -0700 |
commit | 3cbdc684546544a2ba71ba36897b1ca24df92548 (patch) | |
tree | afc59aef986fe772bbcbe020a6d07a451909e3b1 | |
parent | ef88758a374a47fb377aa5ceb41b0276558d3d33 (diff) |
better help for ombqueuehandler
-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'; |