oops, fixed typo in command line description & readme

This commit is contained in:
a. fox 2023-11-17 14:51:52 -05:00
parent 7dc418e5b1
commit b59004fce1
2 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@ $ ./seanut --help
Usage: seanut [-h|--help] [--version] [-v|--verbose] [--no-prompt]
[-q|--quick-connect] [-t|--token TOKEN] [-o|--output DIR] [-m|--media-type TYPE]
[-u|--username USERNAME] [-p|--password PASSOWRD] [-s|--season SEASON] DOMAIN MEDIA-NAME
[-u|--username USERNAME] [-p|--password PASSWORD] [-s|--season SEASON] DOMAIN MEDIA-NAME
Available options:
-h, --help prints this help
@ -28,7 +28,7 @@ Available options:
-o, --output DIR location to save downloaded media
-m, --media-type TYPE media type to base our query on
-u, --username USERNAME username for the jellyfin server
-p, --password PASSOWRD passowrd for the jellyfin server
-p, --password PASSWORD password for the jellyfin server
-s, --season SEASON specify specific season to download, if downloading a show
```

View File

@ -48,9 +48,9 @@
(:name :password
:short #\p
:long "password"
:meta-var "PASSOWRD"
:meta-var "PASSWORD"
:arg-parser #'identity
:description "passowrd for the jellyfin server")
:description "password for the jellyfin server")
(:name :season
:short #\s
:long "season"