mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
Reduce translations by using same terminologies
Somewhere in help usage, we use both "message" and "msg", "command" and "cmd", "key id" and "key-id". This patch makes all help text from parseopt use the first form. Clearer and 3 fewer strings for translators. Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
b5625d0723
commit
b0ff96547e
@@ -343,7 +343,7 @@ static int parse_archive_args(int argc, const char **argv,
|
||||
OPT_GROUP(""),
|
||||
OPT_STRING(0, "remote", &remote, N_("repo"),
|
||||
N_("retrieve the archive from remote repository <repo>")),
|
||||
OPT_STRING(0, "exec", &exec, N_("cmd"),
|
||||
OPT_STRING(0, "exec", &exec, N_("command"),
|
||||
N_("path to the remote git-upload-archive command")),
|
||||
OPT_END()
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user