]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
main: tidy up getopt
authorVladimír Čunát <vladimir.cunat@nic.cz>
Thu, 9 Jan 2020 13:51:44 +0000 (14:51 +0100)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Fri, 17 Jan 2020 14:01:44 +0000 (15:01 +0100)
commitad98d30dcea4b57e48bf83a8b2f51149de0a49ad
tree94e39c3d65e4c0feaa5cf79820be917780a6753c
parentbae63ec644c8b03f6a1bd72da8000ea9336a37eb
main: tidy up getopt

- consistent order of the options on the three places in parse_args()
- drop remains of -m -k -K
  It didn't seem to cause any problems except confusion in
  $ kresd -k
  kresd: option requires an argument -- 'k'
daemon/main.c