From 685d82cdcc86b94dc91b0a61bbc953a2eb5908ce Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Tue, 19 Jun 2018 07:35:39 -0700 Subject: [PATCH] doc: fix formatting in acrnlog doc A merged change had problems with the formatting of acrnlog options. Signed-off-by: David B. Kinder --- tools/acrnlog/README.rst | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/tools/acrnlog/README.rst b/tools/acrnlog/README.rst index 08fba2342..7fd17de49 100644 --- a/tools/acrnlog/README.rst +++ b/tools/acrnlog/README.rst @@ -24,20 +24,13 @@ limitation temporarily or permanently. Options: - -h - display the help - - -t: - specify a polling interval (ms). Once buffer is empty, acrnlog stops - and starts reading in specified interval. - If an incomplete log warning is reported, please try with a smaller - interval to get a complete log. - - -s: - limit the size of each log file, in KB. 0 means no limitation. - - -n: - specify the number of log files to keep, old files would be deleted. + -h display help + -t specify a polling interval (ms). Once buffer is empty, acrnlog stops + and starts reading in specified interval. + If an incomplete log warning is reported, please try with a smaller + interval to get a complete log. + -s limit the size of each log file, in KB. 0 means no limitation. + -n specify the number of log files to keep, old files would be deleted. Temporary log file changes ==========================