From 903b04a3e721f4afb337bd48890b69e16c04c5d6 Mon Sep 17 00:00:00 2001 From: Jean-Noël Avila Date: Wed, 19 Nov 2025 21:40:02 +0000 Subject: doc: convert git fetch to synopsis style MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Switch the synopsis to a synopsis block which will automatically format placeholders in italics and keywords in monospace - Use __ instead of in the description - Use `backticks` for keywords and more complex option descriptions. The new rendering engine will apply synopsis rules to these spans. Signed-off-by: Jean-Noël Avila Signed-off-by: Junio C Hamano --- builtin/fetch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'builtin') diff --git a/builtin/fetch.c b/builtin/fetch.c index c7ff3480fb..74b62b1315 100644 --- a/builtin/fetch.c +++ b/builtin/fetch.c @@ -47,7 +47,7 @@ static const char * const builtin_fetch_usage[] = { N_("git fetch [] [ [...]]"), N_("git fetch [] "), - N_("git fetch --multiple [] [( | )...]"), + N_("git fetch --multiple [] [(|)...]"), N_("git fetch --all []"), NULL }; -- cgit v1.3-5-g9baa