mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-08-19 21:03:19 -07:00
Fix typos in usage
This commit is contained in:
parent
42cb27f6e0
commit
23d4d2383a
1 changed files with 2 additions and 2 deletions
|
@ -84,7 +84,7 @@ cronexit() {
|
|||
}
|
||||
|
||||
usage() {
|
||||
echo "Usage: $(basename $0) [-acdfFhlpqsuU]"
|
||||
echo "Usage: $(basename $0) [-acdfFhlpqsuU] [<long options>]"
|
||||
echo ""
|
||||
echo ""
|
||||
echo " -a Auto install if download was successful (requires root)"
|
||||
|
@ -108,7 +108,7 @@ usage() {
|
|||
echo " --email <plex.tv email> Plex.TV email address"
|
||||
echo " --pass <plex.tv password> Plex.TV password"
|
||||
echo " --server <Plex server address> Address of Plex Server"
|
||||
echo " --saveconfig Save the command line arguments to "
|
||||
echo " --saveconfig Save the configuration to config file"
|
||||
echo
|
||||
cronexit 0
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue