[CRIU] [PATCH 4/5] criu --help: fix --external dev description

Kir Kolyshkin kir at openvz.org
Wed Nov 2 10:59:11 PDT 2016


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

Second, use NAME not VAL.

Signed-off-by: Kir Kolyshkin <kir at openvz.org>
---
 criu/crtools.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/criu/crtools.c b/criu/crtools.c
index 96d27ce..8fc6a23 100644
--- a/criu/crtools.c
+++ b/criu/crtools.c
@@ -843,12 +843,12 @@ usage:
 "                        Formats of RES on dump:\n"
 "                            tty[rdev:dev]\n"
 "                            file[mnt_id:inode]\n"
-"                            dev[maj:min]:VAL\n"
+"                            dev[major/minor]:NAME\n"
 "                            unix[ino]\n"
 "                            mnt[MOUNTPOINT]:COOKIE\n"
 "                            mnt[]{:AUTO_OPTIONS}\n"
 "                        Formats of RES on restore:\n"
-"                            dev[VAL]:DEVPATH\n"
+"                            dev[NAME]:DEVPATH\n"
 "                            veth[IFNAME]:OUTNAME{@BRIDGE}\n"
 "                            macvlan[IFNAME]:OUTNAME\n"
 "                            mnt[COOKIE]:ROOT\n"
-- 
2.7.4



More information about the CRIU mailing list