diff options
Diffstat (limited to 'testing/nTox.c')
-rw-r--r-- | testing/nTox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/nTox.c b/testing/nTox.c index 8f7dc7ea..9d3eb9c0 100644 --- a/testing/nTox.c +++ b/testing/nTox.c | |||
@@ -995,7 +995,7 @@ void print_help(char *prog_name) | |||
995 | 995 | ||
996 | puts("Options: (order IS relevant)"); | 996 | puts("Options: (order IS relevant)"); |
997 | puts(" --ipv4 / --ipv6 [Optional] Support IPv4 only or IPv4 & IPv6."); | 997 | puts(" --ipv4 / --ipv6 [Optional] Support IPv4 only or IPv4 & IPv6."); |
998 | puts(" IP PORT KEY [REQUIRED] A server to connect to (IP/Port) and its key."); | 998 | puts(" IP PORT KEY [REQUIRED] A node to connect to (IP/Port) and its key."); |
999 | puts(" -f keyfile [Optional] Specify a keyfile to read from and write to."); | 999 | puts(" -f keyfile [Optional] Specify a keyfile to read from and write to."); |
1000 | } | 1000 | } |
1001 | 1001 | ||