Add missing colon.

This commit is contained in:
Bartosz Taudul 2023-12-21 14:37:46 +01:00
parent e7b9bffbbd
commit 28636b076b
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -34,7 +34,7 @@ void Usage()
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: 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");
exit( 1 );