Skip to content

Commit

Permalink
ovs-tcpundump: Fix typo in version message.
Browse files Browse the repository at this point in the history
Signed-off-by: Eohyung Lee <[email protected]>
Signed-off-by: Ben Pfaff <[email protected]>
  • Loading branch information
leoh0 authored and blp committed Dec 9, 2014
1 parent b43f1bf commit 67ce407
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ Ed Swierk [email protected]
Edouard Bourguignon [email protected]
Edward Tomasz Napierała [email protected]
Eitan Eliahu [email protected]
Eohyung Lee [email protected]
Eric Sesterhenn [email protected]
Ethan Jackson [email protected]
Flavio Leitner [email protected]
Expand Down
2 changes: 1 addition & 1 deletion utilities/ovs-tcpundump.in
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 67ce407

Please sign in to comment.