]> git.ipfire.org Git - thirdparty/util-linux.git/commit
findfs: use getopt_long() to parse options
authorSami Kerola <kerolasa@iki.fi>
Mon, 17 Apr 2017 20:43:35 +0000 (21:43 +0100)
committerSami Kerola <kerolasa@iki.fi>
Tue, 2 May 2017 22:22:04 +0000 (23:22 +0100)
commit0e1fa6b63a0ced0e4f17fb95788fa6d0e7f4c87c
treea9006f91b0400240bc8119de0910fa45dfa170dc
parentc8598d8a51fa91a27af251f1555471506174d66a
findfs: use getopt_long() to parse options

This change makes the findfs(8) more coherent with other commands in the
project source tree.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
misc-utils/findfs.c