diff options
author | Joseph Henry <josephjah@gmail.com> | 2018-01-10 14:40:31 -0800 |
---|---|---|
committer | Joseph Henry <josephjah@gmail.com> | 2018-01-10 14:40:31 -0800 |
commit | 57077e46073529098dd41b9d2b9d9ba060806036 (patch) | |
tree | bd59ce8f15588f44d77b0958d535159d55190b19 | |
parent | 6304c85d3fe81ee6d89584e70e0af0d206f44997 (diff) | |
download | infinitytier-57077e46073529098dd41b9d2b9d9ba060806036.tar.gz infinitytier-57077e46073529098dd41b9d2b9d9ba060806036.zip |
Added (get) command blurb in cli help
-rw-r--r-- | one.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |