aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS1
-rwxr-xr-xutilities/ovs-tcpundump.in2
2 files changed, 2 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index 7a39a757f..2fb094676 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -53,6 +53,7 @@ Ed Swierk eswierk@skyportsystems.com
Edouard Bourguignon madko@linuxed.net
Edward Tomasz NapieraƂa trasz@freebsd.org
Eitan Eliahu eliahue@vmware.com
+Eohyung Lee liquidnuker@gmail.com
Eric Sesterhenn eric.sesterhenn@lsexperts.de
Ethan Jackson ethan@nicira.com
Flavio Leitner fbl@redhat.com
diff --git a/utilities/ovs-tcpundump.in b/utilities/ovs-tcpundump.in
index 0268c504a..57300cdc1 100755
--- a/utilities/ovs-tcpundump.in
+++ b/utilities/ovs-tcpundump.in
@@ -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)