showChangeStringSyntax function
void
showChangeStringSyntax()
Implementation
void showChangeStringSyntax() {
print("Syntax:");
print("$CMD changestring <TYPE> <ORDINAL> <CONFIG-PARAM> <number> <string>");
print(" (<TYPE> is server type of USER / ADMIN / WRITE / READ)");
print(" (<ORDINAL> is a number below 10)");
print(
" (<CONFIG-PARAM> is the database string corresponding to the entry)");
print(" (<number> is a number or may be null)");
print(
" (changes the number and string values of a configuration table entry)");
}