diff options
-rwxr-xr-x | tools/intel_gpu_analyze.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/intel_gpu_analyze.py b/tools/intel_gpu_analyze.py index 237f10c..d7ec2a9 100755 --- a/tools/intel_gpu_analyze.py +++ b/tools/intel_gpu_analyze.py @@ -439,7 +439,7 @@ When you specify both -l and -c, the last one takes predence. If you do not give a log file to analyse, or a command to profile, this tool will become sad, depressed and suicide itself with exit code of -1, and you will feel bad about it. -""" +""" % cmd if __name__ == "__main__": # parse command line |