diff options
author | Christian Meder <chris@absolutegiganten.org> | 2005-10-10 16:01:32 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-10-10 16:01:32 -0700 |
commit | cc1621e2a02ed2a408571ed6f6ba84de2166e334 (patch) | |
tree | 50db535aa71f6e4e5e9a4284fbfed699bfd8013a /Documentation/git-clone.txt | |
parent | 72e9340cfde90189d76ef3c8a4793ea7764ff8ee (diff) | |
download | git-cc1621e2a02ed2a408571ed6f6ba84de2166e334.tar.gz |
The synopsis of the manpages should use the hyphenated version
The synopsis of the manpages should use the hyphenated version of the git
commands. Adapt the remaining offenders.
Signed-off-by: Christian Meder <chris@absolutegiganten.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-clone.txt')
-rw-r--r-- | Documentation/git-clone.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-clone.txt b/Documentation/git-clone.txt index 5b8c6e8be3..dd92cdefc2 100644 --- a/Documentation/git-clone.txt +++ b/Documentation/git-clone.txt @@ -8,7 +8,7 @@ git-clone - Clones a repository. SYNOPSIS -------- -'git clone' [-l [-s]] [-q] [-n] [-u <upload-pack>] <repository> <directory> +'git-clone' [-l [-s]] [-q] [-n] [-u <upload-pack>] <repository> <directory> DESCRIPTION ----------- |