From: Carl Worth Date: Mon, 14 Nov 2011 19:05:11 +0000 (-0800) Subject: snapdiff: Drop the --version option X-Git-Tag: 2.0_alpha^2~469 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=905c1283897c27188ef1984f302379befc9de9b5;p=tools%2Fapitrace.git snapdiff: Drop the --version option This isn't currently giving any actual information, and it doesn't fit well with the new top-level apitrace command, (which should presumably take care of any --version option itself). --- diff --git a/scripts/snapdiff.py b/scripts/snapdiff.py index 0ed3937..13e5069 100755 --- a/scripts/snapdiff.py +++ b/scripts/snapdiff.py @@ -138,8 +138,7 @@ def main(): global options optparser = optparse.OptionParser( - usage="\n\t%prog [options] ", - version="%%prog") + usage="\n\t%prog [options] ") optparser.add_option( '-o', '--output', metavar='FILE', type="string", dest="output", default='index.html',