]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - tests/oauth/oauth_post_notice.php
Add executable permission to script missing it
[quix0rs-gnu-social.git] / tests / oauth / oauth_post_notice.php
old mode 100644 (file)
new mode 100755 (executable)
index 5e9d2a7..23fc04b
@@ -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]