diff options
author | J. Bruce Fields <bfields@citi.umich.edu> | 2007-03-10 22:00:12 -0500 |
---|---|---|
committer | J. Bruce Fields <bfields@citi.umich.edu> | 2007-03-10 23:05:01 -0500 |
commit | ed4eb0d8f3560c20a3b8eefefdcaae4d864743c6 (patch) | |
tree | af356d5e911339e6020a23e5152707e433b9abcf /Documentation | |
parent | user-manual: fix inconsistent use of pull and merge (diff) | |
download | tgif-ed4eb0d8f3560c20a3b8eefefdcaae4d864743c6.tar.xz |
user-manual: fix missing colon in git-show example
There should be a colon in this git-show example.
Cc: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
Signed-off-by: "J. Bruce Fields" <bfields@citi.umich.edu>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/user-manual.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt index f4ea967191..1e151b4d29 100644 --- a/Documentation/user-manual.txt +++ b/Documentation/user-manual.txt @@ -1431,7 +1431,7 @@ modifying the working directory, you can do that with gitlink:git-show[1]: ------------------------------------------------- -$ git show HEAD^ path/to/file +$ git show HEAD^:path/to/file ------------------------------------------------- which will display the given version of the file. |