From 27c125f23b0e92815ee16197adbfcda7aca8b56f Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Fri, 3 Apr 2020 02:00:20 +0200 Subject: [PATCH] Update manual. --- manual/tracy.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/tracy.tex b/manual/tracy.tex index f5c4e4f3..c4b65c1b 100644 --- a/manual/tracy.tex +++ b/manual/tracy.tex @@ -1488,8 +1488,8 @@ After the client application has been instrumented, you will want to connect to You can capture a trace using a command line utility contained in the \texttt{capture} directory. To use it you will need to provide the following parameters: \begin{itemize} -\item \texttt{-a address} -- specifies the IP address (or a domain name) of the client application. \item \texttt{-o output.tracy} -- the file name of the resulting trace. +\item \texttt{-a address} -- specifies the IP address (or a domain name) of the client application (uses \texttt{localhost} if not provided). \item \texttt{-p port} -- network port which should be used (optional). \end{itemize}