mailinfo: do not let handle_boundary() touch global "line" directly
[gitweb.git] / builtin / update-ref.c
index 04dd00f734166acc9c0670de061c4612877a7187..7f30d3a76f69e58ae3cdbbe05c5ebdce6c8a120d 100644 (file)
@@ -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(),
        };