showSetServerIdSyntax function
void
showSetServerIdSyntax()
Implementation
void showSetServerIdSyntax() {
print("Syntax:");
print("$CMD setserverid <USER-ID>");
print(
" (<USER-ID> is the ID from the user table representing this server)");
}