]> git.ipfire.org Git - thirdparty/mtr.git/commit
Cosmetic cleanup of the option-parsing code 119/head
authorBaptiste Jonglez <git@bitsofnetworks.org>
Thu, 9 Jun 2016 17:43:27 +0000 (18:43 +0100)
committerBaptiste Jonglez <git@bitsofnetworks.org>
Thu, 9 Jun 2016 18:29:41 +0000 (19:29 +0100)
commit5f909e3346f5f543db4434451a5c96046ecbbee0
tree4b145e1124f00705aa61a0674833bfff2cb9e19e
parent29c28edfbd41a0439aebff91fe3aeb2832780fb5
Cosmetic cleanup of the option-parsing code

Align everything nicely, update helpful comments, and use NULL instead
of 0 for the third element of long_options: it's a pointer, see getopt(3).
mtr.c