showChangeIntSyntax function

void showChangeIntSyntax()

Implementation

void showChangeIntSyntax() {
  print("Syntax:");
  print("$CMD changeint <TYPE> <CONFIG-PARAM> <number>");
  print("     (<TYPE> is server type of USER / ADMIN / WRITE / READ)");
  print(
      "     (<CONFIG-PARAM> is the database string corresponding to the entry)");
  print("     (changes the integer value of a configuration table entry)");
}