X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=utilities%2Fovs-tcpundump.in;h=0268c504ac880f11be27de22bb3e6260d5125f8a;hb=341c4e59f50a842a2974d06e448a57af372a7edd;hp=c01899848c6469f26779ee2927e7268eccae66b0;hpb=7aa697ddd2dfe494693be590ae5b03cbec5f9944;p=openvswitch diff --git a/utilities/ovs-tcpundump.in b/utilities/ovs-tcpundump.in index c0189984..0268c504 100755 --- a/utilities/ovs-tcpundump.in +++ b/utilities/ovs-tcpundump.in @@ -1,6 +1,6 @@ #! @PYTHON@ # -# Copyright (c) 2010 Nicira Networks. +# Copyright (c) 2010 Nicira, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -36,7 +36,7 @@ if __name__ == "__main__": try: options, args = getopt.gnu_getopt(sys.argv[1:], 'hV', ['help', 'version']) - except getopt.GetoptPcapException, geo: + except getopt.GetoptError, geo: sys.stderr.write("%s: %s\n" % (argv0, geo.msg)) sys.exit(1)