Fix typos in usage

This commit is contained in:
Jon Shaulis 2016-09-06 01:44:24 -04:00
commit 23d4d2383a

View file

@ -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
}