]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git-clone.txt
Documentation: be consistent about "git-" versus "git "
[thirdparty/git.git] / Documentation / git-clone.txt
index 9b564420c53e33616c605b6564e2f1f227725805..852b4785dada4f6e70049ec82757fc801b9b77c9 100644 (file)
@@ -9,7 +9,7 @@ git-clone - Clone a repository into a new directory
 SYNOPSIS
 --------
 [verse]
-'git-clone' [--template=<template_directory>]
+'git clone' [--template=<template_directory>]
          [-l] [-s] [--no-hardlinks] [-q] [-n] [--bare]
          [-o <name>] [-u <upload-pack>] [--reference <repository>]
          [--depth <depth>] [--] <repository> [<directory>]
@@ -205,4 +205,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
 
 GIT
 ---
-Part of the linkgit:git[7] suite
+Part of the linkgit:git[1] suite