Skip to content

Commit 309422e

Browse files
jiangxingitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent abd4284 commit 309422e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-clean.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ select by numbers::
111111
'>>' like this, you can make more than one selection, concatenated
112112
with whitespace or comma. Also you can say ranges. E.g. "2-5 7,9"
113113
to choose 2,3,4,5,7,9 from the list. If the second number in a
114-
range is omitted, all remaining patches are taken. E.g. "7-" to
114+
range is omitted, all remaining items are selected. E.g. "7-" to
115115
choose 7,8,9 from the list. You can say '*' to choose everything.
116116
Also when you are satisfied with the filtered result, press ENTER
117117
(empty) back to the main menu.

0 commit comments

Comments
 (0)