Skip to content

Commit f649aaa

Browse files
sorganovgitster
authored andcommitted
revision: fix die() message for "--unpacked="
Get rid of the trailing dot and mark for translation. Signed-off-by: Sergey Organov <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent af6b65d commit f649aaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

revision.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2157,7 +2157,7 @@ static int handle_revision_opt(struct rev_info *revs, int argc, const char **arg
21572157
} else if (!strcmp(arg, "--unpacked")) {
21582158
revs->unpacked = 1;
21592159
} else if (starts_with(arg, "--unpacked=")) {
2160-
die("--unpacked=<packfile> no longer supported.");
2160+
die(_("--unpacked=<packfile> no longer supported"));
21612161
} else if (!strcmp(arg, "-r")) {
21622162
revs->diff = 1;
21632163
revs->diffopt.flags.recursive = 1;

0 commit comments

Comments
 (0)