diff options
author | Andreas Fischer <bantu@phpbb.com> | 2013-06-20 11:41:53 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2013-06-20 11:41:53 +0200 |
commit | a72bf329d9d8fff4d79d8abd67e97857e1eaf4c7 (patch) | |
tree | 33177e85dc938bd79d35dd5700a45fa88c22a647 /git-tools/setup_github_network.php | |
parent | 1e4ad4c368b12574ff2b90783712ce6a32b8941d (diff) | |
parent | 47241878d01adaa3a169982bc64167342fb7cfd8 (diff) | |
download | forums-a72bf329d9d8fff4d79d8abd67e97857e1eaf4c7.tar forums-a72bf329d9d8fff4d79d8abd67e97857e1eaf4c7.tar.gz forums-a72bf329d9d8fff4d79d8abd67e97857e1eaf4c7.tar.bz2 forums-a72bf329d9d8fff4d79d8abd67e97857e1eaf4c7.tar.xz forums-a72bf329d9d8fff4d79d8abd67e97857e1eaf4c7.zip |
Merge branch 'develop-olympus' into develop
* develop-olympus:
[ticket/11603] Fix out dated comment
[ticket/11603] Fix usage note
Diffstat (limited to 'git-tools/setup_github_network.php')
-rwxr-xr-x | git-tools/setup_github_network.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/git-tools/setup_github_network.php b/git-tools/setup_github_network.php index bc85d67ab5..4e144edae6 100755 --- a/git-tools/setup_github_network.php +++ b/git-tools/setup_github_network.php @@ -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) |