diff --git a/CMakeLists.txt b/CMakeLists.txt index 2f1e839a7..aa07e94fc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -177,7 +177,3 @@ add_custom_command( DEPENDS zt_osdep zt_core zt_go_native ) add_custom_target(build_zerotier ALL DEPENDS zerotier) - -#add_executable(zerotier-selftest selftest.cpp) -#target_link_libraries(zerotier-selftest ${libs} zt_core zt_osdep) -#target_compile_features(zerotier-selftest PUBLIC cxx_std_11) diff --git a/go/cmd/zerotier/cli/help.go b/go/cmd/zerotier/cli/help.go index fabd65b50..55708cb79 100644 --- a/go/cmd/zerotier/cli/help.go +++ b/go/cmd/zerotier/cli/help.go @@ -30,45 +30,47 @@ func Help() { Usage: zerotier [-options] [command args] Global Options: - -j Output raw JSON where applicable - -p Use alternate base path - -t Use secret auth token from this file + -j Output raw JSON where applicable + -p Use alternate base path + -t Use secret auth token from this file Commands: - help Show this help - version Print version - service Start in system service mode - status Show ZeroTier service status and config - peers Show VL1 peers - roots Show configured VL1 root servers - addroot Add VL1 root server - removeroot Remove VL1 root server - identity [args] Identity management commands - new [c25519|p384] Create new identity (including secret) - getpublic Extract only public part of identity - validate Locally validate an identity - sign Sign a file with an identity's key - verify Verify a signature - networks List joined VL2 virtual networks - network Show verbose network info - join Join a virtual network - leave Leave a virtual network - set