From 20789ac53dd6c0d484b7a11ce33c36342eadf11b Mon Sep 17 00:00:00 2001 From: Bjorn Andersson Date: Sun, 11 Jun 2006 13:39:38 +0000 Subject: [PATCH] Fix helpstring --- iodined.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iodined.c b/iodined.c index 1e6ca9d..00000f3 100644 --- a/iodined.c +++ b/iodined.c @@ -122,7 +122,7 @@ usage() { static void help() { - printf("iodine IP over DNS tunneling client\n"); + printf("iodine IP over DNS tunneling server\n"); printf("Usage: %s [-v] [-h] [-f] [-u user] topdomain\n", __progname); printf(" -f to keep running in foreground\n"); printf(" -u name to drop privileges and run as user 'name'\n");