summaryrefslogtreecommitdiff
path: root/builtin/fetch.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2025-11-30 18:31:39 -0800
committerJunio C Hamano <gitster@pobox.com>2025-11-30 18:31:39 -0800
commitffd9bb1bc7ffc635ff8687b79c23a6a0a3551185 (patch)
tree02dedaa21c960039b5f49f40836128a4ac2837ea /builtin/fetch.c
parent0fec747d599c9f8b8304c97f501bf3022b99f5c8 (diff)
parentfddba8f73790c196d1fd1fc8b169aefb0ed311e3 (diff)
Merge branch 'ja/doc-synopsis-style'
Doc mark-up updates. * ja/doc-synopsis-style: doc: pull-fetch-param typofix doc: convert git push to synopsis style doc: convert git pull to synopsis style doc: convert git fetch to synopsis style
Diffstat (limited to 'builtin/fetch.c')
-rw-r--r--builtin/fetch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/fetch.c b/builtin/fetch.c
index 7052e6ff21..d1c475a22c 100644
--- a/builtin/fetch.c
+++ b/builtin/fetch.c
@@ -47,7 +47,7 @@
static const char * const builtin_fetch_usage[] = {
N_("git fetch [<options>] [<repository> [<refspec>...]]"),
N_("git fetch [<options>] <group>"),
- N_("git fetch --multiple [<options>] [(<repository> | <group>)...]"),
+ N_("git fetch --multiple [<options>] [(<repository>|<group>)...]"),
N_("git fetch --all [<options>]"),
NULL
};