From 61550d0384b14b335e0082cc8848b2b6ef695148 Mon Sep 17 00:00:00 2001 From: Erik Ekman Date: Sat, 24 Jun 2006 10:31:16 +0000 Subject: [PATCH] Add space in help --- iodine.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iodine.c b/iodine.c index a8daa29..8944bfc 100644 --- a/iodine.c +++ b/iodine.c @@ -172,7 +172,7 @@ usage() { static void help() { printf("iodine IP over DNS tunneling client\n"); - printf("Usage: %s [-v] [-h] [-f] [-u user] [-t chrootdir] [-d device]" + printf("Usage: %s [-v] [-h] [-f] [-u user] [-t chrootdir] [-d device] " "nameserver topdomain\n", __progname); printf(" -v to print version info and exit\n"); printf(" -h to print this help and exit\n");