X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=cli%2Fcli_trace.cpp;h=b96dca819c04957af03d941aca6216616b7c8e01;hb=09879ecc0785138789a535ceb43d788606a791e3;hp=0d1f740084d1a765984d617b3c8e9fd6261161e9;hpb=efb9e170ed59dc5fc205bf890e9954fdf0a0cafc;p=apitrace diff --git a/cli/cli_trace.cpp b/cli/cli_trace.cpp index 0d1f740..b96dca8 100644 --- a/cli/cli_trace.cpp +++ b/cli/cli_trace.cpp @@ -41,16 +41,17 @@ static const char *synopsis = "Generate a new trace by executing the given progr static void usage(void) { - std::cout << "usage: apitrace trace [ ...]\n" + std::cout << "usage: apitrace trace PROGRAM [ARGS ...]\n" << synopsis << "\n" "\n" " The given program will be executed with the given arguments.\n" " During execution, all OpenGL calls will be captured to a trace\n" - " file named .trace. That trace file can then be used\n" + " file. That trace file can then be used\n" " with other apitrace utilities for replay or analysis.\n" "\n" " -v, --verbose verbose output\n" - " -o, --output TRACE specify output trace file\n"; + " -o, --output TRACE specify output trace file;\n" + " default is `PROGRAM.trace`\n"; } static int