From 6aa8fbc8aaae9705fa39b67396f5fdb017b21be0 Mon Sep 17 00:00:00 2001 From: Ruben Vereecken Date: Tue, 14 Apr 2015 16:30:02 +0200 Subject: [PATCH] Update git-diff.md There was a type in `--name-only`. --- pages/common/git-diff.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}}`