From: J. Bruce Fields Date: Sun, 11 Mar 2007 03:00:12 +0000 (-0500) Subject: user-manual: fix missing colon in git-show example X-Git-Tag: v1.5.0.4~12^2~2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ed4eb0d8f3560c20a3b8eefefdcaae4d864743c6;p=git.git user-manual: fix missing colon in git-show example There should be a colon in this git-show example. Cc: Ramsay Jones Signed-off-by: "J. Bruce Fields" --- diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt index f4ea96719..1e151b4d2 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.