summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2022-06-24 10:40:54 -0500
committerDavid Teigland <teigland@redhat.com>2022-06-24 10:40:54 -0500
commitdb5277c97155632ce83e1125e348eda97c871968 (patch)
tree45286024b43930b57df24ddca7e24b5f6f59c1c0
parent3b0f9cec7e999c33f17714358d2b469bda6967d2 (diff)
downloadlvm2-db5277c97155632ce83e1125e348eda97c871968.tar.gz
pvdisplay: restore --reportformat option
Fixes commit b8f4ec846 "display: ignore --reportformat" by restoring the --reportformat option to pvdisplay. Adding -C to pvdisplay turns the command into a reporting command (like pvs, vgs, lvs) in which --reportformat can be useful.
-rw-r--r--tools/command-lines.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/command-lines.in b/tools/command-lines.in
index b64fd0dda..b6a03d158 100644
--- a/tools/command-lines.in
+++ b/tools/command-lines.in
@@ -1593,10 +1593,10 @@ pvdisplay
OO: --aligned, --all, --binary, --colon, --columns, --configreport ConfigReport,
--foreign, --ignorelockingfailure,
--logonly, --maps, --noheadings, --nosuffix, --options String,
---readonly, --select String, --separator String, --shared,
+--readonly, --reportformat ReportFmt, --select String, --separator String, --shared,
--short, --sort String, --unbuffered, --units Units
OP: PV|Tag ...
-IO: --ignoreskippedcluster, --reportformat ReportFmt
+IO: --ignoreskippedcluster
ID: pvdisplay_general
---