summaryrefslogtreecommitdiff
path: root/lib/commands/toolcontext.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/commands/toolcontext.h')
-rw-r--r--lib/commands/toolcontext.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/commands/toolcontext.h b/lib/commands/toolcontext.h
index c6d938d8b..18eddfc46 100644
--- a/lib/commands/toolcontext.h
+++ b/lib/commands/toolcontext.h
@@ -89,8 +89,8 @@ struct cmd_context {
*/
const char *cmd_line;
struct command *command;
- char **argv;
- struct arg_values *arg_values;
+ char **pos_arg_values;
+ struct arg_values *opt_arg_values;
struct dm_list arg_value_groups;
/*