summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Henry <josephjah@gmail.com>2018-01-10 14:40:31 -0800
committerJoseph Henry <josephjah@gmail.com>2018-01-10 14:40:31 -0800
commit57077e46073529098dd41b9d2b9d9ba060806036 (patch)
treebd59ce8f15588f44d77b0958d535159d55190b19
parent6304c85d3fe81ee6d89584e70e0af0d206f44997 (diff)
downloadinfinitytier-57077e46073529098dd41b9d2b9d9ba060806036.tar.gz
infinitytier-57077e46073529098dd41b9d2b9d9ba060806036.zip
Added (get) command blurb in cli help
-rw-r--r--one.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/one.cpp b/one.cpp
index 0a945b33..a8f51b45 100644
--- a/one.cpp
+++ b/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);