Minor help text correction
authorRicardo Garcia <sarbalap+freshmeat@gmail.com>
Sat, 6 Nov 2010 21:13:59 +0000 (22:13 +0100)
committerRicardo Garcia <sarbalap+freshmeat@gmail.com>
Sat, 6 Nov 2010 21:13:59 +0000 (22:13 +0100)
youtube-dl

index 2ec980f97d27d20d701577cbd432141b2ae9dc1b..dbb505f19863391f13111fb626e713d3c3454477 100755 (executable)
@@ -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',