showExportSyntax function

void showExportSyntax()

Implementation

void showExportSyntax() {
  print("Syntax:");
  print("$CMD export <TYPE> <SORT_ORDER> <DIRECTORY>");
  print("     (<TYPE> is the export type FULL / INCREMENTAL)");
  print("     (<SORT_ORDER> ID or ALPHA for alphabetic sort");
  print("     (optional <DIRECTORY> location to store files");
  print("     (export the database to csv - walk through water_line table)");
}