Skip to content

Commit

Permalink
user-manual: fix missing colon in git-show example
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
J. Bruce Fields committed Mar 11, 2007
1 parent fabbd8f commit ed4eb0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/user-manual.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ed4eb0d

Please sign in to comment.