Skip to content

Commit

Permalink
Updated ReadMe along with -h option
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdaley92 committed Feb 19, 2017
1 parent 74e5912 commit d2320df
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
TomCat - v1.01

A simple TCP/IP networking utility for the Windows operating system.
A simple TCP/IP network debugging utility for the Windows operating system.
Inspired by the traditional nc we all know and love.

usage: tomcat [-lkszh] [--e filename] [--c string] [host] [port]
Expand Down
Binary file modified bin/tomcat.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion src/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tomcat - A very basic implementation for windows of the netcat tool we all know

const char *title = "TomCat - v1.01\n";

const char *about = "A simple TCP/IP networking utility for the Windows operating system.\n"
const char *about = "A simple TCP/IP network debugging utility for the Windows operating system.\n"
"Inspired by the traditional nc we all know and love.\n";

const char *usage = "usage: tomcat [-lkszh] [--e filename] [--c string] [host] [port]\n";
Expand Down

0 comments on commit d2320df

Please sign in to comment.