summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJiang Xin <worldhello.net@gmail.com>2013-07-23 22:22:43 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-07-25 02:16:13 (GMT)
commit309422e033bc2e25a3a80d1336993a75b7daaf33 (patch)
tree0fdfe6a66a1e3a30a4dcbcb421ca213dbb52c593 /Documentation
parentabd4284bc62127a2db69c8c81501a56bb29284c8 (diff)
downloadgit-309422e033bc2e25a3a80d1336993a75b7daaf33.zip
git-309422e033bc2e25a3a80d1336993a75b7daaf33.tar.gz
git-309422e033bc2e25a3a80d1336993a75b7daaf33.tar.bz2
Documentation/git-clean: fix description for range
The descriptions of "select by numbers" section for interactive git-clean are borrowed from git-add, and one sentence should be replaced. Signed-off-by: Jiang Xin <worldhello.net@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-clean.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-clean.txt b/Documentation/git-clean.txt
index 75fb543..8997922 100644
--- a/Documentation/git-clean.txt
+++ b/Documentation/git-clean.txt
@@ -111,7 +111,7 @@ select by numbers::
'>>' like this, you can make more than one selection, concatenated
with whitespace or comma. Also you can say ranges. E.g. "2-5 7,9"
to choose 2,3,4,5,7,9 from the list. If the second number in a
- range is omitted, all remaining patches are taken. E.g. "7-" to
+ range is omitted, all remaining items are selected. E.g. "7-" to
choose 7,8,9 from the list. You can say '*' to choose everything.
Also when you are satisfied with the filtered result, press ENTER
(empty) back to the main menu.