We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16b0d2f commit 41aa3b5Copy full SHA for 41aa3b5
lldb/tools/lldb-server/lldb-platform.cpp
@@ -97,9 +97,10 @@ static void signal_handler(int signo) {
97
#endif
98
99
static void display_usage(const char *progname, const char *subcommand) {
100
- fprintf(stderr, "Usage:\n %s %s [--log-file log-file-name] [--log-channels "
101
- "log-channel-list] [--port-file port-file-path] --server "
102
- "--listen port\n",
+ fprintf(stderr,
+ "Usage:\n %s %s [--log-file log-file-name] [--log-channels "
+ "log-channel-list] [--socket-file socket-file-path] --server "
103
+ "--listen port\n",
104
progname, subcommand);
105
exit(0);
106
}
0 commit comments