summaryrefslogtreecommitdiff
path: root/testnet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'testnet.cpp')
-rw-r--r--testnet.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/testnet.cpp b/testnet.cpp
index 8af203ac..e2f04c67 100644
--- a/testnet.cpp
+++ b/testnet.cpp
@@ -25,6 +25,8 @@
* LLC. Start here: http://www.zerotier.com/
*/
+/* SEE: testnet/README.md */
+
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
@@ -224,9 +226,10 @@ static void doHelp(const std::vector<std::string> &cmd)
printf("---------- listnetworks <address/*/**>"ZT_EOL_S);
printf("---------- listpeers <address/*/**>"ZT_EOL_S);
printf("---------- unicast <address/*/**> <address/*/**> <network ID> <frame length, min: 16> [<timeout (sec)>]"ZT_EOL_S);
- printf("---------- multicast <address/*/**> <MAC/*> <network ID> <frame length, min: 16> [<timeout (sec)>]"ZT_EOL_S);
+ printf("---------- multicast <address/*/**> <MAC/* for bcast> <network ID> <frame length, min: 16> [<timeout (sec)>]"ZT_EOL_S);
printf("---------- quit"ZT_EOL_S);
- printf("---------- . runs previous command again"ZT_EOL_S);
+ printf("---------- ( * means all regular nodes, ** means including supernodes )"ZT_EOL_S);
+ printf("---------- ( . runs previous command again )"ZT_EOL_S);
}
static void doMKSN(const std::vector<std::string> &cmd)