Don’t even try to refactor it.
This commit is contained in:
6
grpoppro
6
grpoppro
@@ -59,9 +59,9 @@ function curlRequest {
|
||||
|
||||
# Print usage information
|
||||
function usage {
|
||||
echo -e "\n\tUsage:\n\n\t$(basename "$0") \"name of film or show\" [season] [episode(ex 01 02 .. 10 11)]"
|
||||
echo -e "\tOr $(basename "$0") [--menu|--resume|--select|--finish]"
|
||||
echo -e "\tOr $(basename "$0") --open \"name of film or show\""
|
||||
echo -e "\n\tUsage:\n\n\t""$(basename "$0")"" \"name of film or show\" [season] [episode(ex 01 02 .. 10 11)]"
|
||||
echo -e "\tOr ""$(basename "$0")"" [--menu|--resume|--select|--finish]"
|
||||
echo -e "\tOr ""$(basename "$0")"" --open \"name of film or show\""
|
||||
exit 0
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user