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

criu --help: fix --external dev description

First, minor/major are separated by a slash, not a semicolon.

Second, use NAME not VAL.

travis-ci: success for Add/fix description of --external and --inherit-fd
Signed-off-by: 's avatarKir Kolyshkin <kir@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent 25f6e5fe
...@@ -820,12 +820,12 @@ usage: ...@@ -820,12 +820,12 @@ usage:
" Formats of RES on dump:\n" " Formats of RES on dump:\n"
" tty[rdev:dev]\n" " tty[rdev:dev]\n"
" file[mnt_id:inode]\n" " file[mnt_id:inode]\n"
" dev[maj:min]:VAL\n" " dev[major/minor]:NAME\n"
" unix[ino]\n" " unix[ino]\n"
" mnt[MOUNTPOINT]:COOKIE\n" " mnt[MOUNTPOINT]:COOKIE\n"
" mnt[]{:AUTO_OPTIONS}\n" " mnt[]{:AUTO_OPTIONS}\n"
" Formats of RES on restore:\n" " Formats of RES on restore:\n"
" dev[VAL]:DEVPATH\n" " dev[NAME]:DEVPATH\n"
" veth[IFNAME]:OUTNAME{@BRIDGE}\n" " veth[IFNAME]:OUTNAME{@BRIDGE}\n"
" macvlan[IFNAME]:OUTNAME\n" " macvlan[IFNAME]:OUTNAME\n"
" mnt[COOKIE]:ROOT\n" " mnt[COOKIE]:ROOT\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