showAddServerSyntax function

void showAddServerSyntax()

Implementation

void showAddServerSyntax() {
  print("Syntax:");
  print("$CMD addserver <E-MAIL> <TYPE> database");
  print("     (<E-MAIL> - email in user store table");
  print("     (<TYPE> is server type of READ / WRITE)");
  print("     (database is optional - if not supplied default will be used)");
  print("     NOTE: Add the server on your primary WRITE server.");
  print("           Then, insert these device details into the appropriate client by using the setuser command.");
  print("           Then, on this client, use the setserverid to make it the default id.");
}