Skip to content

Commit fb52a45

Browse files
pcloudsgitster
authored andcommitted
i18n: update-server-info: mark parseopt strings for translation
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 8226950 commit fb52a45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

builtin/update-server-info.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
#include "parse-options.h"
44

55
static const char * const update_server_info_usage[] = {
6-
"git update-server-info [--force]",
6+
N_("git update-server-info [--force]"),
77
NULL
88
};
99

1010
int cmd_update_server_info(int argc, const char **argv, const char *prefix)
1111
{
1212
int force = 0;
1313
struct option options[] = {
14-
OPT__FORCE(&force, "update the info files from scratch"),
14+
OPT__FORCE(&force, N_("update the info files from scratch")),
1515
OPT_END()
1616
};
1717

0 commit comments

Comments
 (0)