Include git ref in profiler's --help output.

This commit is contained in:
Bartosz Taudul
2026-03-28 12:44:12 +01:00
parent e300d56f68
commit 6f91104542

View File

@@ -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] );