From 9a5f6f020f98d1deb5f5591f850e1738c3bbae55 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Tue, 28 Oct 2014 15:53:11 -0700 Subject: docs --- testnet.cpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'testnet.cpp') 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 #include #include @@ -224,9 +226,10 @@ static void doHelp(const std::vector &cmd) printf("---------- listnetworks
"ZT_EOL_S); printf("---------- listpeers
"ZT_EOL_S); printf("---------- unicast
[]"ZT_EOL_S); - printf("---------- multicast
[]"ZT_EOL_S); + printf("---------- multicast
[]"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 &cmd) -- cgit v1.2.3