remote: simplify "remote add --tags" help text
commitd86a8f386d89edaffec63a626f5226c9f39f5027
authorJunio C Hamano <gitster@pobox.com>
Tue, 18 Jul 2023 22:31:03 +0000 (18 15:31 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 19 Jul 2023 23:39:02 +0000 (19 16:39 -0700)
tree972952eaa0d5f3556efea30d0d9b7f529d9c3d69
parent448abbba63471153df6ba520a5621595557ce3c8
remote: simplify "remote add --tags" help text

The help text for the --tags option was split into two option[]
entries, which was a hacky way to give two lines of help text (the
second entry did not have either short or long help, and there was
no way to invoke its entry---it was there only for the help text).

As we now support multi-line text in the option help, let's make
the second line of the help a proper second line and remove the
hacky second entry.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/remote.c