summaryrefslogtreecommitdiff
path: root/tools/commands.h
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2019-05-22 14:25:08 -0500
committerDavid Teigland <teigland@redhat.com>2019-05-23 11:49:06 -0500
commit52586b1039a0c1d273676416ba074cadde308bc4 (patch)
tree75ef1b3b50f39ef8067e8d04b04602a76c6e3728 /tools/commands.h
parent1022b88a66dd02e981e738719e17452cd5c1bd59 (diff)
downloadlvm2-52586b1039a0c1d273676416ba074cadde308bc4.tar.gz
pvck: new dump option to extract metadata
The new command 'pvck --dump metadata PV' will extract the current version of VG metadata from a PV for testing and debugging. --dump metadata_area extracts the entire text metadata area.
Diffstat (limited to 'tools/commands.h')
-rw-r--r--tools/commands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/commands.h b/tools/commands.h
index 83e50e7f0..612182b45 100644
--- a/tools/commands.h
+++ b/tools/commands.h
@@ -114,7 +114,7 @@ xx(pvresize,
0)
xx(pvck,
- "Check the consistency of physical volume(s)",
+ "Check metadata on physical volumes",
LOCKD_VG_SH)
xx(pvcreate,