showAndroidSyntax function
void
showAndroidSyntax()
Implementation
void showAndroidSyntax() {
print("Syntax:");
print("$CMD android <LOCATION>");
print(" (optional <LOCATION> is the directory to put food.db -");
print(" if not supplied writes to the current directory)");
}