From b841dde1edaf1e904f2c4a454cc14ac6121ae1c3 Mon Sep 17 00:00:00 2001 From: Greg Hewgill Date: Fri, 30 Nov 2012 16:11:55 +1300 Subject: [PATCH] fixed usage arguments in source header block --- datapipe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datapipe.c b/datapipe.c index 97feee9..ac04e0a 100644 --- a/datapipe.c +++ b/datapipe.c @@ -31,7 +31,7 @@ * cl /W3 datapipe.c wsock32.lib (Microsoft Visual C++) * * Run as: - * datapipe localhost localport remoteport remotehost + * datapipe localhost localport remotehost remoteport * * * written by Jeff Lawson