From 8f7dff19e67f15775bfea662594e719ece15989c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Thu, 18 Apr 2013 13:38:09 +0100 Subject: [PATCH] tracediff: Improve diff argument help message. --- scripts/tracediff.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/tracediff.py b/scripts/tracediff.py index 0b72005..0913510 100755 --- a/scripts/tracediff.py +++ b/scripts/tracediff.py @@ -481,10 +481,10 @@ def main(): type='string', dest='apitrace', default='apitrace', help='apitrace command [default: %default]') optparser.add_option( - '-d', '--diff', + '-d', '--diff', metavar='TOOL', type="choice", choices=('diff', 'sdiff', 'wdiff', 'python'), dest="diff", default=None, - help="diff program: wdiff, sdiff, or diff [default: auto]") + help="diff program: diff, sdiff, wdiff, or python [default: auto]") optparser.add_option( '-c', '--calls', metavar='CALLSET', type="string", dest="calls", default='0-10000', -- 2.43.0