summaryrefslogtreecommitdiffstats
path: root/tools/args.h
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2001-11-09 22:01:04 +0000
committerAlasdair Kergon <agk@redhat.com>2001-11-09 22:01:04 +0000
commit7858f6fb16b9b2373efa92103e81b46fce897799 (patch)
tree12cc418aac3ba47a42528418eee9f5079086d7c6 /tools/args.h
parent4f0a4a6a7a13e3c24360a54813208397fbb6c218 (diff)
downloadlvm2-7858f6fb16b9b2373efa92103e81b46fce897799.tar.gz
lvm2-7858f6fb16b9b2373efa92103e81b46fce897799.tar.xz
lvm2-7858f6fb16b9b2373efa92103e81b46fce897799.zip
o Added lvextend
o Full signed arguments to lvreduce/lvextend o Consistent lv_number/pe map use o Populate pv->pe_allocated o Fixes for allocation/writing of multiple LVs
Diffstat (limited to 'tools/args.h')
-rw-r--r--tools/args.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/args.h b/tools/args.h
index b3a58d06..74f96ea9 100644
--- a/tools/args.h
+++ b/tools/args.h
@@ -39,11 +39,11 @@ xx(stripes_ARG, 'i', "stripes", int_arg)
xx(iop_version_ARG, 'i', "iop_version", NULL)
xx(logicalvolume_ARG, 'l', "logicalvolume", int_arg)
xx(maxlogicalvolumes_ARG, 'l', "maxlogicalvolumes", int_arg)
-xx(extents_ARG, 'l', "extents", int_arg)
+xx(extents_ARG, 'l', "extents", int_arg_with_sign)
xx(lvmpartition_ARG, 'l', "lvmpartition", NULL)
xx(list_ARG, 'l', "list", NULL)
xx(size_ARG, 'L', "size", size_arg)
-xx(logicalextent_ARG, 'L', "logicalextent", int_arg)
+xx(logicalextent_ARG, 'L', "logicalextent", int_arg_with_sign)
xx(name_ARG, 'n', "name", string_arg)
xx(oldpath_ARG, 'n', "oldpath", NULL)
xx(nofsck_ARG, 'n', "nofsck", NULL)