diff --git a/one.cpp b/one.cpp index b770451c0..0b18ed911 100644 --- a/one.cpp +++ b/one.cpp @@ -630,7 +630,7 @@ static int cli(int argc,char **argv) } } else if (command == "get") { if (arg1.length() != 16) { - cliPrintHelp(argv[0],stderr); + fprintf(stderr,"invalid network ID format, must be a 16-digit hexidecimal number\n"); return 2; } char jsons[1024], cl[128]; @@ -654,16 +654,21 @@ static int cli(int argc,char **argv) printf("%u %s invalid JSON response (unknown exception)" ZT_EOL_S,scode,command.c_str()); return 1; } + bool bNetworkFound = false; if (j.is_array()) { for(unsigned long i=0;i