summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2003-12-09 22:17:17 +0000
committerAlasdair Kergon <agk@redhat.com>2003-12-09 22:17:17 +0000
commitace13d2ca499fc839a49d599b6310b58614ca2d1 (patch)
treedeea0a7d36ca3111d62136cba109f359fea235a8 /tools
parent50b39413ac20105017fb96b768a5ac061d15eb30 (diff)
downloadlvm2-ace13d2ca499fc839a49d599b6310b58614ca2d1.tar.gz
lvm2-ace13d2ca499fc839a49d599b6310b58614ca2d1.tar.xz
lvm2-ace13d2ca499fc839a49d599b6310b58614ca2d1.zip
Remove undocumented -m abbreviation.
Diffstat (limited to 'tools')
-rw-r--r--tools/args.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/args.h b/tools/args.h
index 35a4fb1f..2297c550 100644
--- a/tools/args.h
+++ b/tools/args.h
@@ -27,6 +27,7 @@ arg(nosuffix_ARG, '\0', "nosuffix", NULL)
arg(removemissing_ARG, '\0', "removemissing", NULL)
arg(abort_ARG, '\0', "abort", NULL)
arg(mknodes_ARG, '\0', "mknodes", NULL)
+arg(minor_ARG, '\0', "minor", minor_arg)
/* Allow some variations */
arg(resizable_ARG, '\0', "resizable", yes_no_arg)
@@ -68,7 +69,6 @@ arg(logicalextent_ARG, 'L', "logicalextent", int_arg_with_sign)
arg(persistent_ARG, 'M', "persistent", yes_no_arg)
arg(major_ARG, 'j', "major", major_arg)
arg(metadatatype_ARG, 'M', "metadatatype", metadatatype_arg)
-arg(minor_ARG, 'm', "minor", minor_arg)
arg(maps_ARG, 'm', "maps", NULL)
arg(name_ARG, 'n', "name", string_arg)
arg(oldpath_ARG, 'n', "oldpath", NULL)