showFetchServer function

void showFetchServer()

Implementation

void showFetchServer() {
  print("Syntax:");
  print("$CMD fetchfromserver <DATABASE>");
  print("     (Fetches data from a remote write server)");
  print(
      "     (<DATABASE> is optional - if not supplied defaults to default_db");
}