mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 04:23:51 +00:00
The capture utility will connect to localhost by default.
This commit is contained in:
parent
b016d9e295
commit
9f15d402de
@ -30,7 +30,7 @@ void SigInt( int )
|
||||
|
||||
void Usage()
|
||||
{
|
||||
printf( "Usage: capture -a address -o output.tracy [-p port]\n" );
|
||||
printf( "Usage: capture -o output.tracy [-a address] [-p port]\n" );
|
||||
exit( 1 );
|
||||
}
|
||||
|
||||
@ -44,7 +44,7 @@ int main( int argc, char** argv )
|
||||
}
|
||||
#endif
|
||||
|
||||
const char* address = nullptr;
|
||||
const char* address = "localhost";
|
||||
const char* output = nullptr;
|
||||
int port = 8086;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user