diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-10-19 00:12:46 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-10-19 00:12:46 +0200 |
commit | aae9a96d4b3a8562af9e8c6a23871b442645b954 (patch) | |
tree | 891ceb62ef8465e972433f72f568baeaf20638ce /man/systemctl.xml | |
parent | ed757c0cb03eef50e8d9aeb4682401c3e9486f0b (diff) |
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.
Diffstat (limited to 'man/systemctl.xml')
-rw-r--r-- | man/systemctl.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml index fedc588766..c452dfc43f 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -443,17 +443,6 @@ </varlistentry> <varlistentry> - <term><option>--follow</option></term> - <term><option>-f</option></term> - - <listitem><para>When used with - <command>status</command> continuously - prints new journal entries as they are - appended to the - journal.</para></listitem> - </varlistentry> - - <varlistentry> <term><option>--output=</option></term> <term><option>-o</option></term> |