diff --git a/pages/common/git-diff.md b/pages/common/git-diff.md index 71e737483e..d76b12e448 100644 --- a/pages/common/git-diff.md +++ b/pages/common/git-diff.md @@ -8,8 +8,8 @@ - Show only names of changed files. -`git diff --names-only {{PATHSPEC}}` +`git diff --name-only {{PATHSPEC}}` - Output a condensed summary of extended header information. -`git diff --summary {{PATHSPEC}}` \ No newline at end of file +`git diff --summary {{PATHSPEC}}`