mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-28 20:42:49 +00:00
criu(8): use list for -v arguments
Also, s/options/arguments/. Signed-off-by: Kir Kolyshkin <kir@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
229b86a72c
commit
d33a01482f
1 changed files with 4 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue