From: Philipp Hagemeister Date: Thu, 15 Sep 2011 18:10:27 +0000 (+0200) Subject: Clarified "restart" X-Git-Url: http://git.jankratochvil.net/?p=youtube-dl.git;a=commitdiff_plain;h=eb6c37da432a8281675fd9740488ac967f83c782 Clarified "restart" --- diff --git a/youtube-dl b/youtube-dl index 34e86e0..8cfbf3c 100755 --- a/youtube-dl +++ b/youtube-dl @@ -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