summaryrefslogtreecommitdiff
path: root/Documentation/user-manual.txt
diff options
context:
space:
mode:
authorJonathan Nieder <jrnieder@uchicago.edu>2008-06-30 22:10:25 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-07-02 00:20:09 (GMT)
commit3861cd5582d4ae4b41a3bf4c464e780d1725ad4e (patch)
tree2700ddcb31870e6278896bbb7491f8f8daa7560b /Documentation/user-manual.txt
parent3f2d1ee89f6f1978a84ce184084738af4a462db9 (diff)
downloadgit-3861cd5582d4ae4b41a3bf4c464e780d1725ad4e.zip
git-3861cd5582d4ae4b41a3bf4c464e780d1725ad4e.tar.gz
git-3861cd5582d4ae4b41a3bf4c464e780d1725ad4e.tar.bz2
Documentation: complicate example of "man git-command"
The manual page for the command invoked as "git clone" is named git-clone(1), and similarly for the rest of the git commands. Make sure our first example of this in tutorials makes it clear that it is the first two words of a command line that make up the command's name (that is: for example, the effect of "git svn dcommit" is described in git-svn(1)). Signed-off-by: Jonathan Nieder <jrnieder@uchicago.edu> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/user-manual.txt')
-rw-r--r--Documentation/user-manual.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt
index ca4363f..36ab372 100644
--- a/Documentation/user-manual.txt
+++ b/Documentation/user-manual.txt
@@ -18,7 +18,7 @@ People needing to do actual development will also want to read
Further chapters cover more specialized topics.
Comprehensive reference documentation is available through the man
-pages. For a command such as "git clone", just use
+pages. For a command such as "git clone <repo>", just use
------------------------------------------------
$ man git-clone