restore: fix typo in docs

Signed-off-by: William Chargin <wchargin@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
William Chargin 2019-08-03 15:04:58 -07:00 committed by Junio C Hamano
parent 97ed685701
commit 21416f0a07
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ OPTIONS
commit, branch or tag associated with it. commit, branch or tag associated with it.
+ +
If not specified, the default restore source for the working tree is If not specified, the default restore source for the working tree is
the index, and the default restore source for the index index is the index, and the default restore source for the index is
`HEAD`. When both `--staged` and `--worktree` are specified, `HEAD`. When both `--staged` and `--worktree` are specified,
`--source` must also be specified. `--source` must also be specified.