diff --git a/README.md b/README.md index b6421ec..8681c13 100644 --- a/README.md +++ b/README.md @@ -728,7 +728,7 @@ git diff --word-diff ## Show changes using common diff tools. ```sh -git difftool -t +git difftool [-t ] ``` ## Don’t consider changes for tracked file. diff --git a/tips.json b/tips.json index c5c7924..0cc3d88 100644 --- a/tips.json +++ b/tips.json @@ -257,7 +257,7 @@ "tip": "git diff --word-diff" }, { "title": "Show changes using common diff tools.", - "tip": "git difftool -t " + "tip": "git difftool [-t ] " }, { "title": "Don’t consider changes for tracked file.", "tip": "git update-index --assume-unchanged "