summaryrefslogtreecommitdiff
path: root/git-add--interactive.perl
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-02-24 18:48:08 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-02-24 18:48:08 (GMT)
commitc0588fd61aa6da96824eec60719c505b66239dd6 (patch)
tree6788c8d1003fb07a1c2da3950d8118f83cd88d97 /git-add--interactive.perl
parentaf4027f2decece569e7a565e592ca69677c27996 (diff)
parente519eccdf45f3b36d9596f4db7474a596f9bc72f (diff)
downloadgit-c0588fd61aa6da96824eec60719c505b66239dd6.zip
git-c0588fd61aa6da96824eec60719c505b66239dd6.tar.gz
git-c0588fd61aa6da96824eec60719c505b66239dd6.tar.bz2
Merge branch 'rt/align-add-i-help-text'
Doc update. * rt/align-add-i-help-text: git add -i: replace \t with blanks in the help message
Diffstat (limited to 'git-add--interactive.perl')
-rwxr-xr-xgit-add--interactive.perl2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-add--interactive.perl b/git-add--interactive.perl
index cf6fc92..982593c 100755
--- a/git-add--interactive.perl
+++ b/git-add--interactive.perl
@@ -1678,7 +1678,7 @@ status - show paths with changes
update - add working tree state to the staged set of changes
revert - revert staged set of changes back to the HEAD version
patch - pick hunks and update selectively
-diff - view diff between HEAD and index
+diff - view diff between HEAD and index
add untracked - add contents of untracked files to the staged set of changes
EOF
}