Skip to content

Commit cca070d

Browse files
committed
fixup! built-in add -i: implement the update command
Let's not rename the `unused_opts` parameter; It is _still_ unused. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 1830b57 commit cca070d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

add-interactive.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -981,7 +981,7 @@ static int run_diff(struct add_i_state *s, const struct pathspec *ps,
981981

982982
static int run_help(struct add_i_state *s, const struct pathspec *unused_ps,
983983
struct prefix_item_list *unused_files,
984-
struct list_and_choose_options *opts)
984+
struct list_and_choose_options *unused_opts)
985985
{
986986
color_fprintf_ln(stdout, s->help_color, "status - %s",
987987
_("show paths with changes"));

0 commit comments

Comments
 (0)