From 5e596cac0adcb7e4321f0c9d84e1a813ab26777e Mon Sep 17 00:00:00 2001
From: Ricardo Garcia <sarbalap+freshmeat@gmail.com>
Date: Sat, 6 Nov 2010 22:13:59 +0100
Subject: [PATCH] Minor help text correction

---
 youtube-dl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube-dl b/youtube-dl
index 2ec980f97..dbb505f19 100755
--- a/youtube-dl
+++ b/youtube-dl
@@ -2172,7 +2172,7 @@ if __name__ == '__main__':
 		filesystem.add_option('-l', '--literal',
 				action='store_true', dest='useliteral', help='use literal title in file name', default=False)
 		filesystem.add_option('-A', '--auto-number',
-				action='store_true', dest='autonumber', help='number downloaded URLs starting from 00000', default=False)
+				action='store_true', dest='autonumber', help='number downloaded files starting from 00000', default=False)
 		filesystem.add_option('-o', '--output',
 				dest='outtmpl', metavar='TEMPLATE', help='output filename template')
 		filesystem.add_option('-a', '--batch-file',