1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-18 02:59:31 +00:00

Clarified "restart"

This commit is contained in:
Philipp Hagemeister 2011-09-15 20:10:27 +02:00
parent 2736595628
commit eb6c37da43

View file

@ -3428,7 +3428,7 @@ def updateSelf(downloader, filename):
except (IOError, OSError), err:
sys.exit('ERROR: unable to overwrite current version')
downloader.to_screen('Updated youtube-dl. Restart to use the new version.')
downloader.to_screen('Updated youtube-dl. Restart youtube-dl to use the new version.')
def parseOpts():
# Deferred imports