]> git.ipfire.org Git - thirdparty/systemd.git/commit
systemctl: remove redundant option parsing code
authorDouglas Christman <DouglasChristman@gmail.com>
Wed, 28 Feb 2018 01:19:55 +0000 (20:19 -0500)
committerDouglas Christman <DouglasChristman@gmail.com>
Thu, 1 Mar 2018 13:50:38 +0000 (21:50 +0800)
commit68da321f6687235fc11ba963d0a19701d47f1261
tree2af28ef48507e21c6db655f7ffb52bf5cb74b847
parent2de6b06b272b2b89035c67d879f330e3c70ba6b3
systemctl: remove redundant option parsing code

"-f" used to be overloaded to mean both "--force" and "--follow";
aae9a96d removed "--follow", leaving behind some duplicate code.
src/systemctl/systemctl.c