From 4da9bed4fa5546feb28d21fe5d458d49fb7f5714 Mon Sep 17 00:00:00 2001 From: Grant Limberg Date: Wed, 16 Sep 2020 10:52:23 -0700 Subject: [PATCH] add 'dump' to cli help --- one.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/one.cpp b/one.cpp index 9005596f..00ca8e8c 100644 --- a/one.cpp +++ b/one.cpp @@ -140,6 +140,7 @@ static void cliPrintHelp(const char *pn,FILE *out) fprintf(out," listmoons - List moons (federated root sets)" ZT_EOL_S); fprintf(out," orbit - Join a moon via any member root" ZT_EOL_S); fprintf(out," deorbit - Leave a moon" ZT_EOL_S); + fprintf(out," dump - Debug settings dump for support" ZT_EOL_S); fprintf(out,ZT_EOL_S"Available settings:" ZT_EOL_S); fprintf(out," Settings to use with [get/set] may include property names from " ZT_EOL_S); fprintf(out," the JSON output of \"zerotier-cli -j listnetworks\". Additionally, " ZT_EOL_S);