From 905c1283897c27188ef1984f302379befc9de9b5 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Mon, 14 Nov 2011 11:05:11 -0800 Subject: [PATCH] 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). --- scripts/snapdiff.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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', -- 2.7.4