diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-10-06 10:03:58 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-10-06 11:52:48 +0200 |
commit | 213cf5b1f27a077f1cf61a185d0bb7468c3d5380 (patch) | |
tree | 7d0e6f083770f0ae53e15f43fa4a54599faeb36e | |
parent | 8dd4c05b5495c7ffe0f12ace87e71abe17bd0a0e (diff) |
man: add "systemd-analyze set-log-target" to synopsis too
It's already documented in prose, now add it to the synopsis too.
-rw-r--r-- | man/systemd-analyze.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man/systemd-analyze.xml b/man/systemd-analyze.xml index 632e6363f6..d2db265f58 100644 --- a/man/systemd-analyze.xml +++ b/man/systemd-analyze.xml @@ -98,6 +98,12 @@ <cmdsynopsis> <command>systemd-analyze</command> <arg choice="opt" rep="repeat">OPTIONS</arg> + <arg choice="plain">set-log-target</arg> + <arg choice="plain"><replaceable>TARGET</replaceable></arg> + </cmdsynopsis> + <cmdsynopsis> + <command>systemd-analyze</command> + <arg choice="opt" rep="repeat">OPTIONS</arg> <arg choice="plain">verify</arg> <arg choice="opt" rep="repeat"><replaceable>FILES</replaceable></arg> </cmdsynopsis> |