diff options
author | Tom Gundersen <teg@jklm.no> | 2015-10-05 23:25:06 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2015-10-05 23:25:06 +0200 |
commit | c51abd80cf774815f57817da527639081d7002f4 (patch) | |
tree | 842939976fb76d952b50fffec17ebdfbb3a531c1 /man | |
parent | 8c1ba93e2a3dee76fefb4714536c49077624a6a1 (diff) | |
parent | 62b29f83cdd3059fda5bf5d2e098293f6dccf863 (diff) |
Merge pull request #1462 from lnykryn/analyze-manpage
man: LEVEL in systemd-analyze set-log level is not optional
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd-analyze.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd-analyze.xml b/man/systemd-analyze.xml index 58e6fd1780..632e6363f6 100644 --- a/man/systemd-analyze.xml +++ b/man/systemd-analyze.xml @@ -93,7 +93,7 @@ <command>systemd-analyze</command> <arg choice="opt" rep="repeat">OPTIONS</arg> <arg choice="plain">set-log-level</arg> - <arg choice="opt"><replaceable>LEVEL</replaceable></arg> + <arg choice="plain"><replaceable>LEVEL</replaceable></arg> </cmdsynopsis> <cmdsynopsis> <command>systemd-analyze</command> |