diff options
author | irungentoo <irungentoo@tox.im> | 2014-02-22 17:52:26 -0500 |
---|---|---|
committer | irungentoo <irungentoo@tox.im> | 2014-02-22 17:52:26 -0500 |
commit | f219fb4ac1bf60eea3117df4aa8615cd07738a69 (patch) | |
tree | 4268ae9377593d8632efbbe57bb4680744014f2a /testing/nTox.c | |
parent | 388b1229b97f06ebfad1bb839a06bbeefe8cc2d1 (diff) | |
parent | 5a142bb697651693e4ce7654d2f74e688aab8894 (diff) |
Merge pull request #760 from nurupo/server-to-node
Renamed dht server to dht node
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 | ||