You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
933 B
26 lines
933 B
From ffe00d391c0cfc52897820bb19c6a0b8a43680d8 Mon Sep 17 00:00:00 2001 |
|
From: Lukas Nykryn <lnykryn@redhat.com> |
|
Date: Mon, 5 Oct 2015 12:19:13 +0200 |
|
Subject: [PATCH] man: LEVEL in systemd-analyze set-log level is not optional |
|
|
|
rhbz#1268336 |
|
|
|
Cherry-picked from: 62b29f83cdd3059fda5bf5d2e098293f6dccf863 |
|
Resolves: #1268336 |
|
--- |
|
man/systemd-analyze.xml | 2 +- |
|
1 file changed, 1 insertion(+), 1 deletion(-) |
|
|
|
diff --git a/man/systemd-analyze.xml b/man/systemd-analyze.xml |
|
index b2e0f42d50..e58d9a74ef 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>
|
|
|