From b7ad58a0dfe2a3db177472dacadc474a608e9bc0 Mon Sep 17 00:00:00 2001 From: Greg Clayton Date: Thu, 4 Apr 2013 20:35:24 +0000 Subject: LLDB now can use a single dash for all long options for all commands form the command line and from the command interpreter. This involved just switching all calls from getopt_long() to getopt_long_only(). llvm-svn: 178789 --- lldb/tools/lldb-perf/common/stepping/lldb-perf-stepping.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/tools/lldb-perf/common/stepping/lldb-perf-stepping.cpp') diff --git a/lldb/tools/lldb-perf/common/stepping/lldb-perf-stepping.cpp b/lldb/tools/lldb-perf/common/stepping/lldb-perf-stepping.cpp index cf7964be0d8..82cf5eed559 100644 --- a/lldb/tools/lldb-perf/common/stepping/lldb-perf-stepping.cpp +++ b/lldb/tools/lldb-perf/common/stepping/lldb-perf-stepping.cpp @@ -222,7 +222,7 @@ GetShortOptionString (struct option *long_options) int main(int argc, const char * argv[]) { - // Prepare for & make calls to getopt_long. + // Prepare for & make calls to getopt_long_only. std::string short_option_string (GetShortOptionString(g_long_options)); -- cgit v1.2.3