summaryrefslogtreecommitdiffstats
path: root/tools/args.h
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2006-05-11 18:54:04 +0000
committerAlasdair Kergon <agk@redhat.com>2006-05-11 18:54:04 +0000
commitf17f6814c9e8b00a604e34f94fb6f959e0f3c2c7 (patch)
tree708c37eb0093b4bbbf514543c2d105b11060ec12 /tools/args.h
parent5c9d70c9559470017e1dd3433280f8e76bcb2e52 (diff)
downloadlvm2-f17f6814c9e8b00a604e34f94fb6f959e0f3c2c7.tar.gz
lvm2-f17f6814c9e8b00a604e34f94fb6f959e0f3c2c7.tar.xz
lvm2-f17f6814c9e8b00a604e34f94fb6f959e0f3c2c7.zip
Add --corelog to lvcreate and lvconvert.
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 5967c446..0254ed27 100644
--- a/tools/args.h
+++ b/tools/args.h
@@ -46,6 +46,7 @@ arg(alloc_ARG, '\0', "alloc", alloc_arg)
arg(separator_ARG, '\0', "separator", string_arg)
arg(mirrorsonly_ARG, '\0', "mirrorsonly", NULL)
arg(nosync_ARG, '\0', "nosync", NULL)
+arg(corelog_ARG, '\0', "corelog", NULL)
/* Allow some variations */
arg(resizable_ARG, '\0', "resizable", yes_no_arg)