diff --git a/README.md b/README.md index 89c7738..1229044 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,12 @@ To select which series to resume grpoppro --select ``` +To view the last episode watched across all series + +```sh +grpoppro --history +``` + To open in browser ```sh diff --git a/grpoppro b/grpoppro index bf59ebe..6378e97 100755 --- a/grpoppro +++ b/grpoppro @@ -159,7 +159,7 @@ 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")"" [--menu|--resume|--select|--finish|--history]" echo -e "\tOr ""$(basename "$0")"" --open \"name of film or show\"" exit 0 }