git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] bugreport: add missing closing bracket in usage line
@ 2022-09-16 11:13 Fangyi Zhou via GitGitGadget
  2022-09-16 16:04 ` Junio C Hamano
  0 siblings, 1 reply; 3+ messages in thread
From: Fangyi Zhou via GitGitGadget @ 2022-09-16 11:13 UTC (permalink / raw)
  To: git; +Cc: Fangyi Zhou, Fangyi Zhou

From: Fangyi Zhou <me@fangyi.io>

Signed-off-by: Fangyi Zhou <me@fangyi.io>
---
    bugreport: add missing closing bracket in usage line
    
    Signed-off-by: Fangyi Zhou me@fangyi.io

Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-git-1329%2Ffangyi-zhou%2Fbugreport-usage-fix-v1
Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-git-1329/fangyi-zhou/bugreport-usage-fix-v1
Pull-Request: https://github.com/git/git/pull/1329

 builtin/bugreport.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/builtin/bugreport.c b/builtin/bugreport.c
index 530895be55f..a4a5a88840d 100644
--- a/builtin/bugreport.c
+++ b/builtin/bugreport.c
@@ -60,7 +60,7 @@ static void get_populated_hooks(struct strbuf *hook_info, int nongit)
 }
 
 static const char * const bugreport_usage[] = {
-	N_("git bugreport [-o|--output-directory <file>] [-s|--suffix <format>] [--diagnose[=<mode>]"),
+	N_("git bugreport [-o|--output-directory <file>] [-s|--suffix <format>] [--diagnose[=<mode>]]"),
 	NULL
 };
 

base-commit: d3fa443f97e3a8d75b51341e2d5bac380b7422df
-- 
gitgitgadget

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-09-16 16:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-16 11:13 [PATCH] bugreport: add missing closing bracket in usage line Fangyi Zhou via GitGitGadget
2022-09-16 16:04 ` Junio C Hamano
2022-09-16 16:31   ` Fangyi Zhou

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).