summaryrefslogtreecommitdiff
path: root/tools/args.h
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2019-01-18 22:38:34 +0100
committerZdenek Kabelac <zkabelac@redhat.com>2019-01-21 12:38:47 +0100
commite8ea3c9a61b9d3bea50c7e5957660caf45a89dd9 (patch)
tree3fe8165fa062629c8f6e47db8e11d0250effe595 /tools/args.h
parent28f3125aaa1d7843d2ce01d25b172478b0836bba (diff)
downloadlvm2-e8ea3c9a61b9d3bea50c7e5957660caf45a89dd9.tar.gz
man: missed --zero option for thin-pool creation
During man page rewrite this info got lost and remained only for lvconvert. So restore it back for lvcreate.
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 522cccfa3..898e756fa 100644
--- a/tools/args.h
+++ b/tools/args.h
@@ -1464,6 +1464,7 @@ arg(zero_ARG, 'Z', "zero", bool_VAL, 0, 0,
"Controls zeroing of the first 4KiB of data in the new LV.\n"
"Default is \\fBy\\fP.\n"
"Snapshot COW volumes are always zeroed.\n"
+ "For thin pools, this controls zeroing of provisioned blocks.\n"
"LV is not zeroed if the read only flag is set.\n"
"Warning: trying to mount an unzeroed LV can cause the system to hang.\n"
"#pvcreate\n"