From aae9a96d4b3a8562af9e8c6a23871b442645b954 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 19 Oct 2012 00:12:46 +0200 Subject: 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 | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'man') diff --git a/man/systemctl.xml b/man/systemctl.xml index fedc588766..c452dfc43f 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -442,17 +442,6 @@ 10. - - - - - When used with - status continuously - prints new journal entries as they are - appended to the - journal. - - -- cgit v1.2.3-54-g00ecf