diff --git a/Documentation/git-clone-dumb-http.txt b/Documentation/git-clone-dumb-http.txt index 782484517d..1704649229 100644 --- a/Documentation/git-clone-dumb-http.txt +++ b/Documentation/git-clone-dumb-http.txt @@ -3,26 +3,24 @@ git-clone-dumb-http(1) NAME ---- -git-clone-dumb-http - Some git command not yet documented. - +git-clone-dumb-http - Client to clone a repository via HTTP. SYNOPSIS -------- -'git-clone-dumb-http' [ --option ] ... +'git-clone-dumb-http' DESCRIPTION ----------- -Does something not yet documented. - +Client to clone, via HTTP, a repository that has been prepared with +update-server-info. OPTIONS ------- ---option:: - Some option not yet documented. - -...:: - Some argument not yet documented. +:: + Remote repository to clone from. +:: + Directory to clone to. Author ------