diff options
author | Brion Vibber <brion@pobox.com> | 2010-10-20 16:16:00 -0700 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-10-20 16:16:00 -0700 |
commit | e611ec5dee112991490346e3cc8cdd24a746daec (patch) | |
tree | 2062c6f37a5b8ecf50b6dff316d318a2b45b1b0b | |
parent | 9d401e2b15c93b91c087507ae8ac8dcb8a44f8d2 (diff) |
Fix option settings on oauth_post_notice.php
-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] |