summaryrefslogtreecommitdiff
path: root/tools/commands.h
diff options
context:
space:
mode:
authorPeter Rajnoha <prajnoha@redhat.com>2016-06-16 15:49:18 +0200
committerPeter Rajnoha <prajnoha@redhat.com>2016-06-20 11:33:42 +0200
commit28b4c48e2ae66b87bbb5d8fd29b761edba63a90e (patch)
tree142645a45489c7e6519ebd9ab8402d38e270f3c8 /tools/commands.h
parentd23c5b93183675199ff78ff288e4bbd12f935515 (diff)
downloadlvm2-28b4c48e2ae66b87bbb5d8fd29b761edba63a90e.tar.gz
args: add --configreport arg
Diffstat (limited to 'tools/commands.h')
-rw-r--r--tools/commands.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/commands.h b/tools/commands.h
index a9e4be551..3f0fff56b 100644
--- a/tools/commands.h
+++ b/tools/commands.h
@@ -714,6 +714,7 @@ xx(lvs,
"\t[--aligned]\n"
"\t[--binary]\n"
"\t[--commandprofile ProfileName]\n"
+ "\t[--configreport ReportName]\n"
"\t[-d|--debug]\n"
"\t[--foreign]\n"
"\t[-h|--help]\n"
@@ -740,7 +741,7 @@ xx(lvs,
"\t[--version]\n"
"\t[LogicalVolume[Path] [LogicalVolume[Path]...]]\n",
- aligned_ARG, all_ARG, binary_ARG, foreign_ARG, history_ARG,
+ aligned_ARG, all_ARG, binary_ARG, configreport_ARG, foreign_ARG, history_ARG,
ignorelockingfailure_ARG, ignoreskippedcluster_ARG, nameprefixes_ARG,
noheadings_ARG, nolocking_ARG, nosuffix_ARG, options_ARG, partial_ARG,
readonly_ARG, reportformat_ARG, rows_ARG, segments_ARG, select_ARG,