On 12 August 2025 3:22:11 am IST, Junio C Hamano <gitster@xxxxxxxxx> wrote: >Aditya Garg <gargaditya08@xxxxxxxx> writes: > >> +--[no-]use-imap-only:: > >This is better written on two separate lines, i.e. > > --use-imap-only:: > --no-use-imap-only:: > There are many instances in the docs where the command line option has been written as --[no-]something. Do they also have to be changed? >if we want to pass "make check-docs" when the topic is merged to >'seen'. > >Thanks.