doc/git-repack: fix syntax for `-g` shorthand option
commite9cc3a027b0ab97e360748a5a9187fbf22b8a660
authorPatrick Steinhardt <ps@pks.im>
Mon, 16 Oct 2023 07:19:51 +0000 (16 09:19 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 16 Oct 2023 21:21:59 +0000 (16 14:21 -0700)
treeb82ad5e01e3f959683a3d8b46dd5c2a0f27fd3b6
parent43c8a30d150ecede9709c1f2527c8fba92c65f40
doc/git-repack: fix syntax for `-g` shorthand option

The `-g` switch is a shorthand for `--geometric=` and allows the user to
specify the geometric. The documentation is wrong though and indicates
that the syntax for the shorthand is `-g=<factor>`. In fact though, the
option must be specified without the equals sign via `-g<factor>`.

Fix the syntax accordingly.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-repack.txt