diff options
| author | Junio C Hamano <gitster@pobox.com> | 2015-09-14 14:59:04 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2015-09-14 14:59:04 -0700 |
| commit | 153ec926b6ec4ac41f7fdfbca705a3afaa7ef192 (patch) | |
| tree | 683edb0a08ac232716c08b5a5dc98b52325369cd /builtin/update-ref.c | |
| parent | 45733fa93f287fbc04d6a6a3f5a39cc852c5cf50 (diff) | |
| parent | 98c32bd88911388fac463bcaaf2daf85cbf2b151 (diff) | |
Merge branch 'rt/help-strings-fix'
* rt/help-strings-fix:
tag, update-ref: improve description of option "create-reflog"
pull: don't mark values for option "rebase" for translation
Diffstat (limited to 'builtin/update-ref.c')
| -rw-r--r-- | builtin/update-ref.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/update-ref.c b/builtin/update-ref.c index 04dd00f734..7f30d3a76f 100644 --- a/builtin/update-ref.c +++ b/builtin/update-ref.c @@ -365,7 +365,7 @@ int cmd_update_ref(int argc, const char **argv, const char *prefix) N_("update <refname> not the one it points to")), OPT_BOOL('z', NULL, &end_null, N_("stdin has NUL-terminated arguments")), OPT_BOOL( 0 , "stdin", &read_stdin, N_("read updates from stdin")), - OPT_BOOL( 0 , "create-reflog", &create_reflog, N_("create_reflog")), + OPT_BOOL( 0 , "create-reflog", &create_reflog, N_("create a reflog")), OPT_END(), }; |
