]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/systemctl/systemctl.c
systemctl: the various list commands actually can take any number of arguments
authorLennart Poettering <lennart@poettering.net>
Wed, 21 Oct 2015 17:34:52 +0000 (19:34 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 21 Oct 2015 23:59:24 +0000 (01:59 +0200)
commit5b7481633fba100cc184c367825d2e3829bc1d88
tree06bffe47cecc197a1b5721184b022b3383ad94e6
parentac7edd91670ae859cda6e9b2b97fd87f2639433a
systemctl: the various list commands actually can take any number of arguments

I accidentally broke this a while back when I ported systemctl to the
verbs logic.

Add support for this back.
src/systemctl/systemctl.c