mirror of
https://github.com/wolfpld/tracy.git
synced 2026-06-08 08:33:48 +00:00
Include git ref in profiler's --help output.
This commit is contained in:
@@ -234,7 +234,7 @@ int main( int argc, char** argv )
|
||||
{
|
||||
if( strcmp( argv[1], "--help" ) == 0 )
|
||||
{
|
||||
printf( "%s\n\n", title );
|
||||
printf( "%s / %s\n\n", title, tracy::GitRef );
|
||||
printf( "Usage:\n\n" );
|
||||
printf( " Open trace file stored on disk:\n" );
|
||||
printf( " %s file.tracy\n\n", argv[0] );
|
||||
|
||||
Reference in New Issue
Block a user