about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2011-09-15 20:10:27 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2011-09-15 20:10:27 +0200
commiteb6c37da432a8281675fd9740488ac967f83c782 (patch)
tree226ef1ba2b10a588c72584b6accff2deeb120c67
parent2736595628392257a43a226c34bfce4fd7858ce8 (diff)
downloadyoutube-dl-eb6c37da432a8281675fd9740488ac967f83c782.tar.gz
youtube-dl-eb6c37da432a8281675fd9740488ac967f83c782.tar.xz
youtube-dl-eb6c37da432a8281675fd9740488ac967f83c782.zip
Clarified "restart"
-rwxr-xr-xyoutube-dl2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube-dl b/youtube-dl
index 34e86e027..8cfbf3cb3 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