]> git.ipfire.org Git - thirdparty/util-linux.git/commit - login-utils/chfn.c
chfn: clean up parse_argv()
authorSami Kerola <kerolasa@iki.fi>
Sun, 14 Dec 2014 13:56:32 +0000 (13:56 +0000)
committerSami Kerola <kerolasa@iki.fi>
Fri, 19 Dec 2014 09:11:04 +0000 (09:11 +0000)
commite4efecc4dba2d2efd17f89cdddf1b48c87909c1b
treefd8be226c2d899911d334f903b32bd6c3578a934
parentd5fdba03469737c3daa9b03940a91fe13c79e86e
chfn: clean up parse_argv()

Use switch() case ?: for all option parsing, as in most of the other
source files.

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