From 27e7eed7096be82b11c9c6962a641774f11598c9 Mon Sep 17 00:00:00 2001 From: Eugeni Dodonov Date: Tue, 8 Nov 2011 16:48:21 -0200 Subject: intel_gpu_analyze: print the application name on help screen Apparently, intel_gpu_analyze was shy and was introducing himself as '%s'. Following James Bond lore, I think it was having a case of 'Bond. James Bond', in form of 's. %s.'. Signed-off-by: Eugeni Dodonov --- tools/intel_gpu_analyze.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/intel_gpu_analyze.py') 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 -- cgit v1.2.3