mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Add missing colon.
This commit is contained in:
parent
e7b9bffbbd
commit
28636b076b
@ -34,7 +34,7 @@ void Usage()
|
|||||||
printf( " l: locks, m: messages, p: plots, M: memory, i: frame images\n" );
|
printf( " l: locks, m: messages, p: plots, M: memory, i: frame images\n" );
|
||||||
printf( " c: context switches, s: sampling data, C: symbol code, S: source cache\n" );
|
printf( " c: context switches, s: sampling data, C: symbol code, S: source cache\n" );
|
||||||
printf( " -c: scan for source files missing in cache and add if found\n" );
|
printf( " -c: scan for source files missing in cache and add if found\n" );
|
||||||
printf( " -r resolve symbols and patch callstack frames\n");
|
printf( " -r: resolve symbols and patch callstack frames\n");
|
||||||
printf( " -p: substitute symbol resolution path with an alternative: \"REGEX_MATCH;REPLACEMENT\"\n");
|
printf( " -p: substitute symbol resolution path with an alternative: \"REGEX_MATCH;REPLACEMENT\"\n");
|
||||||
|
|
||||||
exit( 1 );
|
exit( 1 );
|
||||||
|
Loading…
Reference in New Issue
Block a user