]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/send-pack.c
Merge branch 'tq/refs-internal-comment-fix' into maint
[thirdparty/git.git] / builtin / send-pack.c
index 724b4848508d67b3693edf458033e7e29a92b3d3..8e3c7490f70df79497ee064ab13c0164de11fe9e 100644 (file)
@@ -166,7 +166,7 @@ int cmd_send_pack(int argc, const char **argv, const char *prefix)
                OPT_BOOL(0, "mirror", &send_mirror, N_("mirror all refs")),
                OPT_BOOL('f', "force", &force_update, N_("force updates")),
                { OPTION_CALLBACK,
-                 0, "signed", &push_cert, "yes|no|if-asked", N_("GPG sign the push"),
+                 0, "signed", &push_cert, "(yes|no|if-asked)", N_("GPG sign the push"),
                  PARSE_OPT_OPTARG, option_parse_push_signed },
                OPT_STRING_LIST(0, "push-option", &push_options,
                                N_("server-specific"),