systemctl: remove --follow option
authorLennart Poettering <lennart@poettering.net>
Thu, 18 Oct 2012 22:12:46 +0000 (00:12 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 18 Oct 2012 22:12:46 +0000 (00:12 +0200)
commitaae9a96d4b3a8562af9e8c6a23871b442645b954
tree891ceb62ef8465e972433f72f568baeaf20638ce
parented757c0cb03eef50e8d9aeb4682401c3e9486f0b
systemctl: remove --follow option

Given that "journalctl -u" exists now there's no need to duplicate this
functionality in systemctl, so let's drop this, especially given that it
always felt a bit awkward to overload "-f" to both --force and --follow,
and to have continues output with a status header for this.

        systemctl status -f avahi-daemon

now becomes:

        journalctl -fu avahi-daemon

Which is shorter and a lot less redundant.
man/systemctl.xml
src/systemctl/systemctl.c