]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/main.c
main: let's move the arg_show_status check into status_welcome()
authorLennart Poettering <lennart@poettering.net>
Fri, 15 Dec 2017 16:00:35 +0000 (17:00 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 15 Dec 2017 19:52:28 +0000 (20:52 +0100)
commitfd8c85c6524ca64832dae0a187796a1ee56c253f
tree90c6531f43ba2400f10d267cea759505e7b09755
parenta70c72a0463a86ef952346304afe474add0302cf
main: let's move the arg_show_status check into status_welcome()

It's kinda nice to hide this check inside of status_welcome() itself, so
that it handles all this on its own.
src/core/main.c