showUpgradeUserSyntax function

void showUpgradeUserSyntax()

Implementation

void showUpgradeUserSyntax() {
  print("Syntax:");
  print("$CMD upgradeuser database email@email.com");
  print("     (database is optional - if not supplied default will be used)");
  print("     (Upgrades the user with the specified email to administrator)");
}