Rewrite paragraph about "curl" family of remote helpers to clarify different invocations of the same program. --- Documentation/git-remote-helpers.txt | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Documentation/git-remote-helpers.txt b/Documentation/git-remote-helpers.txt index 58533e5..f1fc736 100644 --- a/Documentation/git-remote-helpers.txt +++ b/Documentation/git-remote-helpers.txt @@ -33,10 +33,9 @@ reachable via those refs to local, and update the local object store. Using the 'push' capability, they can transfer objects from local to remote, and update the corresponding refs as necessary. -Git comes with a "curl" family of remote helpers, specifically -'git-remote-http', 'git-remote-https', 'git-remote-ftp' and -'git-remote-ftps'. They implement the capabilities 'fetch', 'option', -and 'push'. +Git comes with a "curl" remote helper, which can be invoked as +'git-remote-http', 'git-remote-https', 'git-remote-ftp' or +'git-remote-ftps'. See INVOCATION below. INVOCATION ---------- -- 1.7.0.3 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html