Skip to content

Commit 3a12749

Browse files
alshopovgitster
authored andcommitted
transport-helper.c: trivial fix of error message
Mark --force as option rather than variable names Signed-off-by: Alexander Shopov <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent efb050b commit 3a12749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

transport-helper.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1072,7 +1072,7 @@ static int push_refs_with_export(struct transport *transport,
10721072
set_common_push_options(transport, data->name, flags);
10731073
if (flags & TRANSPORT_PUSH_FORCE) {
10741074
if (set_helper_option(transport, "force", "true") != 0)
1075-
warning(_("helper %s does not support 'force'"), data->name);
1075+
warning(_("helper %s does not support '--force'"), data->name);
10761076
}
10771077

10781078
helper = get_helper(transport);

0 commit comments

Comments
 (0)