[CRIU] [PATCH 11/13] criu(8): use list for -v arguments
Kir Kolyshkin
kir at openvz.org
Wed May 1 23:21:57 EDT 2013
Also, s/options/arguments/.
Signed-off-by: Kir Kolyshkin <kir at openvz.org>
---
Documentation/criu.txt | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/Documentation/criu.txt b/Documentation/criu.txt
index c961ee5..b629f07 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.
--
1.8.1.4
More information about the CRIU
mailing list