about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2011-08-31 21:28:40 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2011-08-31 21:28:40 +0200
commite0e56865a0caf52dcc3c8fa7897c94bc292ab91a (patch)
treefa69ffa1d9e3e09b19acd61a73173b6f41cbc1cd
parenteb11aaccbb7350618ba784fce1f5511db1fa5c81 (diff)
downloadyoutube-dl-e0e56865a0caf52dcc3c8fa7897c94bc292ab91a.tar.gz
youtube-dl-e0e56865a0caf52dcc3c8fa7897c94bc292ab91a.tar.xz
youtube-dl-e0e56865a0caf52dcc3c8fa7897c94bc292ab91a.zip
Remove stable from help wording (There will be only one main branch for now)
-rwxr-xr-xyoutube-dl2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube-dl b/youtube-dl
index ec9802ba1..c919c4016 100755
--- a/youtube-dl
+++ b/youtube-dl
@@ -3159,7 +3159,7 @@ def parseOpts():
 	general.add_option('-v', '--version',
 			action='version', help='print program version and exit')
 	general.add_option('-U', '--update',
-			action='store_true', dest='update_self', help='update this program to latest stable version')
+			action='store_true', dest='update_self', help='update this program to latest version')
 	general.add_option('-i', '--ignore-errors',
 			action='store_true', dest='ignoreerrors', help='continue on download errors', default=False)
 	general.add_option('-r', '--rate-limit',