aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEohyung Lee <liquidnuker@gmail.com>2014-12-10 01:35:21 +0900
committerBen Pfaff <blp@nicira.com>2014-12-09 08:57:04 -0800
commit67ce407f561c64c662127505b1ef3b4c5f7cf7c0 (patch)
tree6d1e88eb4929f9cdc5b62cb5d26a5bc4e79e3537
parentb43f1bfa1c39c8fdcd2b6b141ba6a39b349ffa55 (diff)
ovs-tcpundump: Fix typo in version message.
Signed-off-by: Eohyung Lee <liquidnuker@gmail.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
-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)