]>
scripts/add_maintainers.pl: set double dashes for long options
authorDmytro Prokopchuk <dmytro_prokopchuk1@epam.com>
Tue, 1 Jul 2025 09:25:17 +0000 (11:25 +0200)
committerJan Beulich <jbeulich@suse.com>
Tue, 1 Jul 2025 09:25:17 +0000 (11:25 +0200)
commit64be4fecd7d95058fbbb9057a6170fb4e0e9ad06
treef2bc10a03e5ac2cb983a01757c6c9b90994f846c
parent6960bf546e7faf341aae762846e58b73ebeae192
scripts/add_maintainers.pl: set double dashes for long options

Current script shows message:
 Don't forget to add the subject and message to ...
 Then perform:
 git send-email -to xen-devel@lists.xenproject.org ...
which has wrong option '-to'.
It may be confused for user.

Set double dashes for longer options to avoid that.

Fixes: e1f912cbf717 ("scripts/add_maintainers.pl: New script")
Signed-off-by: Dmytro Prokopchuk <dmytro_prokopchuk1@epam.com>
Reviewed-by: Anthony PERARD <anthony.perard@vates.tech>
scripts/add_maintainers.pl