diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-11-30 18:31:39 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-11-30 18:31:39 -0800 |
| commit | ffd9bb1bc7ffc635ff8687b79c23a6a0a3551185 (patch) | |
| tree | 02dedaa21c960039b5f49f40836128a4ac2837ea /builtin/fetch.c | |
| parent | 0fec747d599c9f8b8304c97f501bf3022b99f5c8 (diff) | |
| parent | fddba8f73790c196d1fd1fc8b169aefb0ed311e3 (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.c | 2 |
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 }; |
