summaryrefslogtreecommitdiffstats
path: root/tools/args.h
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2002-01-16 18:10:08 +0000
committerAlasdair Kergon <agk@redhat.com>2002-01-16 18:10:08 +0000
commitadd7dc2d5a7fb3f59d7635f4addde056cf9256ea (patch)
treee921a5d33b8576ec69e0e47a3dd7494e3cffb8df /tools/args.h
parentd2b0e8b1c3438b91af4566fb4ce76e5e19791509 (diff)
downloadlvm2-add7dc2d5a7fb3f59d7635f4addde056cf9256ea.tar.gz
lvm2-add7dc2d5a7fb3f59d7635f4addde056cf9256ea.tar.xz
lvm2-add7dc2d5a7fb3f59d7635f4addde056cf9256ea.zip
o pvcreate --uuid to specify the uuid (required before using vgcfgrestore
onto a new device). uuid specified must not already exist on the system. o More message tidying. o When checking for label, only read PV metadata. o Add ataraid. [Needs moving into config/defaults files.]
Diffstat (limited to 'tools/args.h')
-rw-r--r--tools/args.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/args.h b/tools/args.h
index 4bbe4658..2fd2cc31 100644
--- a/tools/args.h
+++ b/tools/args.h
@@ -60,6 +60,7 @@ arg(snapshot_ARG, 's', "snapshot", NULL)
arg(short_ARG, 's', "short", NULL)
arg(test_ARG, 't', "test", NULL)
arg(uuid_ARG, 'u', "uuid", NULL)
+arg(uuidstr_ARG, 'u', "uuid", string_arg)
arg(uuidlist_ARG, 'U', "uuidlist", NULL)
arg(verbose_ARG, 'v', "verbose", NULL)
arg(volumegroup_ARG, 'V', "volumegroup", NULL)