summaryrefslogtreecommitdiff
path: root/builtin/archive.c
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2012-08-20 12:32:54 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-08-22 19:02:28 (GMT)
commitb0ff96547ec66979487707ad71f89c23f5e0669d (patch)
tree9be9e0941ac3540cb177fdc5ec192f518cf87ef1 /builtin/archive.c
parentb5625d072308d5f9f1bd9ea0d7124eaa172736f3 (diff)
downloadgit-b0ff96547ec66979487707ad71f89c23f5e0669d.zip
git-b0ff96547ec66979487707ad71f89c23f5e0669d.tar.gz
git-b0ff96547ec66979487707ad71f89c23f5e0669d.tar.bz2
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>
Diffstat (limited to 'builtin/archive.c')
-rw-r--r--builtin/archive.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/archive.c b/builtin/archive.c
index e7965bf..9a1cfd3 100644
--- a/builtin/archive.c
+++ b/builtin/archive.c
@@ -92,7 +92,7 @@ int cmd_archive(int argc, const char **argv, const char *prefix)
N_("write the archive to this file")),
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()
};