Commit f9c3bff0 authored by Kir Kolyshkin's avatar Kir Kolyshkin Committed by Pavel Emelyanov

criu --help: rm extra line after --empty-ns

There is no need to have it here.

Also, remove curly braces around {net} to avoid confusion.

Was:
  --empty-ns {net}
                        Create a namespace, but don't restore its properies
                        (assuming it will be restored by action scripts)

Now:
  --empty-ns net        Create a namespace, but don't restore its properies
                        (assuming it will be restored by action scripts)
Signed-off-by: 's avatarKir Kolyshkin <kir@openvz.org>
Acked-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent 5fe390a3
......@@ -890,8 +890,7 @@ usage:
" pipe[inode]\n"
" socket[inode]\n"
" file[mnt_id:inode]\n"
" --empty-ns {net}\n"
" Create a namespace, but don't restore its properies\n"
" --empty-ns net Create a namespace, but don't restore its properies\n"
" (assuming it will be restored by action scripts)\n"
" -J|--join-ns NS:PID|NS_FILE[,EXTRA_OPTS]\n"
" Join exist namespace and restore process in it.\n"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment