fix a stray '\n' missed during usage clean up

This commit is contained in:
Andy Miller 2016-04-10 22:04:47 -07:00
commit d7682dc4a2

View file

@ -102,7 +102,7 @@ usage() {
echo " -r Print download URL and exit"
echo " -s Auto start (needed for some distros)"
echo " -u Auto update plexupdate.sh before running it (experimental)"
echo " -U Do not autoupdate plexupdate.sh (experimental, default)\n"
echo " -U Do not autoupdate plexupdate.sh (experimental, default)"
echo
exit 0
}