diff options
Diffstat (limited to 'tests/oauth')
-rw-r--r-- | tests/oauth/oauth_post_notice.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/oauth/oauth_post_notice.php b/tests/oauth/oauth_post_notice.php index 5e9d2a7ab..23fc04b53 100644 --- a/tests/oauth/oauth_post_notice.php +++ b/tests/oauth/oauth_post_notice.php @@ -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] |