summaryrefslogtreecommitdiffstats
path: root/tools/lvm2cmdline.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lvm2cmdline.h')
-rw-r--r--tools/lvm2cmdline.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lvm2cmdline.h b/tools/lvm2cmdline.h
index 150da543..5c4889e1 100644
--- a/tools/lvm2cmdline.h
+++ b/tools/lvm2cmdline.h
@@ -19,7 +19,7 @@
struct cmd_context;
struct cmdline_context {
- struct arg *the_args;
+ struct arg_props *arg_props;
struct command *commands;
int num_commands;
int commands_size;