Skip to content

Commit 79e7c17

Browse files
authored
Merge pull request git-tips#156 from 0xmohit/fix-difftool-ex
Fix difftool example
2 parents b9ff8cf + fb2048a commit 79e7c17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ git diff --word-diff
728728

729729
## Show changes using common diff tools.
730730
```sh
731-
git difftool -t <commit1> <commit2> <path>
731+
git difftool [-t <tool>] <commit1> <commit2> <path>
732732
```
733733

734734
## Don’t consider changes for tracked file.

0 commit comments

Comments
 (0)