Commit bc93c9f0 authored by Hamaker, Alec's avatar Hamaker, Alec
Browse files

Added 'list connections' to usage message. Removed TODOs

parent 1d5ab88e
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
#!/usr/bin/env bash
# TODO - ADD environment detection and corresponding commands depending on environment
# TODO - ADD dependency detection
RED=$'\e\033[0;31m'
GREEN=$'\e\033[0;32m'
YELLOW=$'\e\033[1;33m'
@@ -63,7 +61,7 @@ usage()
{
    printf "%susage:%s" "$RED" "$NORM"
    printf "./transfer [push | pull] <connection name> [table | database] <table/db name>\n\n"

    printf "./transfer list connections\n\tShows a list of save connections.\n\n"
    printf "Print this help message.\n"
    printf " --help | -h)\n\n"
}