]> git.ipfire.org Git - thirdparty/mtr.git/commit
Improve command-line handling and documentation
authorBaptiste Jonglez <baptiste--git@jonglez.org>
Sat, 12 Jul 2014 04:40:45 +0000 (13:40 +0900)
committerBaptiste Jonglez <baptiste--git@jonglez.org>
Sat, 12 Jul 2014 05:21:27 +0000 (14:21 +0900)
commit9d62fe4fd57440cd25637b48a3e4433d63f3b70e
tree67b298312221b60c3d84d9678db3b2e62d8aa085
parent0cc9f56313eb9329f1af870b35d63d1d04c9258f
Improve command-line handling and documentation

In particular:

- generally improve the look of the man page and help message
- add missing command line options to the man page
- reorder command line options to be more consistent
- use the same order for command line options everywhere (man page, code, help message)
- add missing switches in getopt_long call (-M, -F)
- fix incorrect switch in getopt_long call (-Z)

Note that a few options were never documented (they are now marked as
"MISSING" in the man page).
mtr.8
mtr.c