Fix option settings on oauth_post_notice.php

This commit is contained in:
Brion Vibber 2010-10-20 16:16:00 -07:00
parent 9d401e2b15
commit e611ec5dee
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ define('INSTALLDIR', realpath(dirname(__FILE__) . '/../..'));
require_once INSTALLDIR . '/extlib/OAuth.php';
$shortoptions = 't:s:u:';
$longoptions = array('oauth_token=', 'token_secret=', 'update=');
$longoptions = array('oauth_token=', 'oauth_token_secret=', 'update=');
$helptext = <<<END_OF_VERIFY_HELP
oauth_post_notice.php [options]