showImportSyntax function

void showImportSyntax()

Implementation

void showImportSyntax() {
  print("Syntax:");
  print("$CMD import <TYPE> <LOCATION>");
  print("     (<TYPE> is the import type FULL / INCREMENTAL)");
  print("     (optional <LOCATION> is the directory to import from)");
  print("     (import the database to csv - walk through water_line table)");
}