Restructure the getopt_long options. Sort them mostly by name with the
authorclaudio <claudio@openbsd.org>
Wed, 14 Jul 2021 11:14:27 +0000 (11:14 +0000)
committerclaudio <claudio@openbsd.org>
Wed, 14 Jul 2021 11:14:27 +0000 (11:14 +0000)
commitf1521a7729f759b83db766d226ba022efea77ce1
tree8ec90d1c9d87fba1d8be03a90580c070b5ba474f
parent67cf64fe95a212067a34c76cc60add2b78026316
Restructure the getopt_long options. Sort them mostly by name with the
exception of no-xyz options that are grouped with the coresponding xyz
option. Fix --no-motd to use the internal flag setting of getopt_long.
Also use some defines instead of numbers for pure long options that
need special handling.
OK benno@
usr.bin/rsync/main.c