Pārlūkot izejas kodu

Minor help text correction

Ricardo Garcia 15 gadi atpakaļ
vecāks
revīzija
5e596cac0a
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      youtube-dl

+ 1 - 1
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',