Skip to content

Commit 41aa3b5

Browse files
committed
update the "Usage: error message" for socket-file
1 parent 16b0d2f commit 41aa3b5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

lldb/tools/lldb-server/lldb-platform.cpp

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,10 @@ static void signal_handler(int signo) {
9797
#endif
9898

9999
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",
100+
fprintf(stderr,
101+
"Usage:\n %s %s [--log-file log-file-name] [--log-channels "
102+
"log-channel-list] [--socket-file socket-file-path] --server "
103+
"--listen port\n",
103104
progname, subcommand);
104105
exit(0);
105106
}

0 commit comments

Comments
 (0)