diff options
Diffstat (limited to 'lldb/tools/driver/Driver.cpp')
-rw-r--r-- | lldb/tools/driver/Driver.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/tools/driver/Driver.cpp b/lldb/tools/driver/Driver.cpp index e29db667c18..a6a40426f93 100644 --- a/lldb/tools/driver/Driver.cpp +++ b/lldb/tools/driver/Driver.cpp @@ -59,7 +59,7 @@ typedef struct const char * long_option; // Full name for this option. char short_option; // Single character for this option. int option_has_arg; // no_argument, required_argument or optional_argument - uint32_t completionType; // Cookie the option class can use to do define the argument completion. + uint32_t completion_type; // Cookie the option class can use to do define the argument completion. lldb::CommandArgumentType argument_type; // Type of argument this option takes const char * usage_text; // Full text explaining what this options does and what (if any) argument to // pass it. |