mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-25 03:15:24 +02:00
Update git-diff.md
There was a type in `--name-only`.
This commit is contained in:
parent
1e157d94ed
commit
6aa8fbc8aa
1 changed files with 2 additions and 2 deletions
|
@ -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}}`
|
||||
`git diff --summary {{PATHSPEC}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue