mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Merge branch 'develop-olympus' into develop
* develop-olympus: [ticket/11603] Fix out dated comment [ticket/11603] Fix usage note
This commit is contained in:
commit
a72bf329d9
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue