summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2017-08-25 11:47:36 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2017-08-25 14:20:59 +0200
commit47b7d4a7336fa60eb25ad15b2fc3fcb5b96ce1c2 (patch)
tree5a47f43a88cf427c65e25e31491406a43e3a9d24
parent26d97f179fabe0669dc10e7e16398803c323ca93 (diff)
downloadlvm2-47b7d4a7336fa60eb25ad15b2fc3fcb5b96ce1c2.tar.gz
dmsetup: add missing -- for option
-rw-r--r--tools/dmsetup.c2
1 files changed, 1 insertions, 1 deletions
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", "<dev_name>\n"
"\t [-j|--major <major> -m|--minor <minor>]\n"
"\t [-U|--uid <uid>] [-G|--gid <gid>] [-M|--mode <octal_mode>]\n"
- "\t [-u|uuid <uuid>] [--addnodeonresume|--addnodeoncreate]\n"
+ "\t [-u|--uuid <uuid>] [--addnodeonresume|--addnodeoncreate]\n"
"\t [--readahead {[+]<sectors>|auto|none}]\n"
"\t [-n|--notable|--table {<table>|<table_file>}]\n"
"\tcreate --concise [<concise_device_spec_list>]", 0, 2, 0, 0, _create},