mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-03 06:57:27 +00:00
Fix helpstring
This commit is contained in:
parent
3ef5d8edf0
commit
20789ac53d
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue