From 47b7d4a7336fa60eb25ad15b2fc3fcb5b96ce1c2 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Fri, 25 Aug 2017 11:47:36 +0200 Subject: [PATCH] dmsetup: add missing -- for option --- tools/dmsetup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/dmsetup.c b/tools/dmsetup.c index 0fd2f2c98..341522c7e 100644 --- a/tools/dmsetup.c +++ b/tools/dmsetup.c @@ -6157,7 +6157,7 @@ static struct command _dmsetup_commands[] = { {"create", "\n" "\t [-j|--major -m|--minor ]\n" "\t [-U|--uid ] [-G|--gid ] [-M|--mode ]\n" - "\t [-u|uuid ] [--addnodeonresume|--addnodeoncreate]\n" + "\t [-u|--uuid ] [--addnodeonresume|--addnodeoncreate]\n" "\t [--readahead {[+]|auto|none}]\n" "\t [-n|--notable|--table {|}]\n" "\tcreate --concise []", 0, 2, 0, 0, _create}, -- 2.43.5