mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-16 12:06:55 +02:00
Added (get) command blurb in cli help
This commit is contained in:
parent
6304c85d3f
commit
57077e4607
1 changed files with 1 additions and 0 deletions
1
one.cpp
1
one.cpp
|
@ -131,6 +131,7 @@ static void cliPrintHelp(const char *pn,FILE *out)
|
|||
fprintf(out," join <network> - Join a network" ZT_EOL_S);
|
||||
fprintf(out," leave <network> - Leave a network" ZT_EOL_S);
|
||||
fprintf(out," set <network> <setting> - Set a network setting" ZT_EOL_S);
|
||||
fprintf(out," get <network> <setting> - Get a network setting" ZT_EOL_S);
|
||||
fprintf(out," listmoons - List moons (federated root sets)" ZT_EOL_S);
|
||||
fprintf(out," orbit <world ID> <seed> - Join a moon via any member root" ZT_EOL_S);
|
||||
fprintf(out," deorbit <world ID> - Leave a moon" ZT_EOL_S);
|
||||
|
|
Loading…
Add table
Reference in a new issue