summaryrefslogtreecommitdiff
path: root/tools/command.c
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2019-12-10 11:06:45 -0600
committerDavid Teigland <teigland@redhat.com>2019-12-10 11:07:07 -0600
commit2da6f01c1544a0b94bd06abc691fe0ac59268700 (patch)
tree7dc671e712e70d205a159da0c719c7af1bf0fe14 /tools/command.c
parent4a52855899bdbd8bc570a667a03394872667e754 (diff)
downloadlvm2-2da6f01c1544a0b94bd06abc691fe0ac59268700.tar.gz
pvck: show specific dump option values
Diffstat (limited to 'tools/command.c')
-rw-r--r--tools/command.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/command.c b/tools/command.c
index 7bad98dd8..0cbd8773c 100644
--- a/tools/command.c
+++ b/tools/command.c
@@ -123,6 +123,7 @@ static inline int reportformat_arg(struct cmd_context *cmd __attribute__((unused
static inline int configreport_arg(struct cmd_context *cmd __attribute__((unused)), struct arg_values *av) { return 0; }
static inline int configtype_arg(struct cmd_context *cmd __attribute__((unused)), struct arg_values *av) { return 0; }
static inline int repairtype_arg(struct cmd_context *cmd __attribute__((unused)), struct arg_values *av) { return 0; }
+static inline int dumptype_arg(struct cmd_context *cmd __attribute__((unused)), struct arg_values *av) { return 0; }
/* needed to include commands.h when building man page generator */
#define CACHE_VGMETADATA 0x00000001