1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-14 12:52:08 +02:00

Merge remote-tracking branch 'nickvergessen/ticket/11603' into develop-olympus

* nickvergessen/ticket/11603:
  [ticket/11603] Fix out dated comment
  [ticket/11603] Fix usage note
This commit is contained in:
Andreas Fischer 2013-06-20 11:41:46 +02:00
commit 47241878d0

View File

@ -15,7 +15,7 @@ function show_usage()
echo "$filename adds repositories of a github network as remotes to a local git repository.\n";
echo "\n";
echo "Usage: [php] $filename -s collaborators|organisation|contributors|network [OPTIONS]\n";
echo "Usage: [php] $filename -s collaborators|organisation|contributors|forks [OPTIONS]\n";
echo "\n";
echo "Scopes:\n";
@ -157,7 +157,7 @@ function api_url_request($url)
)));
$sub_request_result = array();
// Split possible headers from the body
// Check headers for pagination links
if (!empty($http_response_header))
{
foreach ($http_response_header as $header_element)