ovn: Remove top ovn directory from PATHs.
[cascardo/ovs.git] / utilities / ovs-tcpundump.in
index 4f23905..57300cd 100755 (executable)
@@ -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.
@@ -44,7 +44,7 @@ if __name__ == "__main__":
         if key in ['-h', '--help']:
             usage()
         elif key in ['-V', '--version']:
-            print "ovs-pcap (Open vSwitch) @VERSION@"
+            print "ovs-tcpundump (Open vSwitch) @VERSION@"
         else:
             sys.exit(0)