From d33a01482f5daf40a86010ebee397a7d2893574a Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Wed, 1 May 2013 20:21:57 -0700 Subject: [PATCH] criu(8): use list for -v arguments Also, s/options/arguments/. Signed-off-by: Kir Kolyshkin Signed-off-by: Pavel Emelyanov --- Documentation/criu.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Documentation/criu.txt b/Documentation/criu.txt index c961ee5e1..b629f0719 100644 --- a/Documentation/criu.txt +++ b/Documentation/criu.txt @@ -93,8 +93,10 @@ OPTIONS Write logging messages to 'file'. *-v* 'num':: - Set logging level to 'num'. Valid options are: *0* - (silent, error messages - only), *1* - informative (default), *2* - debug messages. + Set logging level to 'num'. Valid arguments are: + * *0* - (silent, error messages only); + * *1* - informative (default); + * *2* - debug messages. *--log-pid*:: Write separate logging files per each pid.