mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-08-20 13:23:21 -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() {
|
usage() {
|
||||||
echo "Usage: $(basename $0) [-acdfFhlpqsuU]"
|
echo "Usage: $(basename $0) [-acdfFhlpqsuU] [<long options>]"
|
||||||
echo ""
|
echo ""
|
||||||
echo ""
|
echo ""
|
||||||
echo " -a Auto install if download was successful (requires root)"
|
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 " --email <plex.tv email> Plex.TV email address"
|
||||||
echo " --pass <plex.tv password> Plex.TV password"
|
echo " --pass <plex.tv password> Plex.TV password"
|
||||||
echo " --server <Plex server address> Address of Plex Server"
|
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
|
echo
|
||||||
cronexit 0
|
cronexit 0
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue