Skip to content

Commit 08918e4

Browse files
Michael J Grubergitster
authored andcommitted
add: describe --patch like checkout, reset
Signed-off-by: Michael J Gruber <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3f40617 commit 08918e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/add.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ static struct option builtin_add_options[] = {
317317
OPT__VERBOSE(&verbose, "be verbose"),
318318
OPT_GROUP(""),
319319
OPT_BOOLEAN('i', "interactive", &add_interactive, "interactive picking"),
320-
OPT_BOOLEAN('p', "patch", &patch_interactive, "interactive patching"),
320+
OPT_BOOLEAN('p', "patch", &patch_interactive, "select hunks interactively"),
321321
OPT_BOOLEAN('e', "edit", &edit_interactive, "edit current diff and apply"),
322322
OPT__FORCE(&ignored_too, "allow adding otherwise ignored files"),
323323
OPT_BOOLEAN('u', "update", &take_worktree_changes, "update tracked files"),

0 commit comments

Comments
 (0)