]> git.ipfire.org Git - thirdparty/git.git/commitdiff
gitremote-helpers.adoc: fix formatting
authorBrett A C Sheffield <bacs@librecast.net>
Wed, 2 Jul 2025 16:19:52 +0000 (18:19 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 2 Jul 2025 18:59:54 +0000 (11:59 -0700)
Add missing colon to fix formatting.

Signed-off-by: Brett A C Sheffield <bacs@librecast.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/gitremote-helpers.txt

index d0be008e5e3576012768ab0ed28ebc55a7f135c7..39cdece16e93a4624481245af53459964b8ebf48 100644 (file)
@@ -498,7 +498,7 @@ set by Git if the remote helper has the 'option' capability.
        ask for the tag specifically.  Some helpers may be able to
        use this option to avoid a second network connection.
 
-'option dry-run' {'true'|'false'}:
+'option dry-run' {'true'|'false'}::
        If true, pretend the operation completed successfully,
        but don't actually change any repository data.  For most
        helpers this only applies to the 'push', if supported.