48{
49 printf( "This is the PAPI decode utility program.\n" );
50 printf( "It decodes PAPI preset events into csv formatted text.\n" );
51 printf( "By default all presets are decoded.\n" );
52 printf( "The text goes to stdout, but can be piped to a file.\n" );
53 printf( "Such a file can be edited in a text editor or spreadsheet.\n" );
54 printf( "It can also be parsed by PAPI_encode_events.\n" );
55 printf( "Usage:\n\n" );
56 printf( " decode [options]\n\n" );
57 printf( "Options:\n\n" );
58 printf( " -a decode only available PAPI preset events\n" );
59 printf( " -h print this help message\n" );
60 printf( "\n" );
61}