diff options
author | Ricardo Garcia <sarbalap+freshmeat@gmail.com> | 2010-11-06 22:13:59 +0100 |
---|---|---|
committer | Ricardo Garcia <sarbalap+freshmeat@gmail.com> | 2010-11-06 22:13:59 +0100 |
commit | 5e596cac0adcb7e4321f0c9d84e1a813ab26777e (patch) | |
tree | 509a2943fc022078fb2eb5606dabde13741cf6a0 | |
parent | 1e47d226e10ff985a8a12e0044381bf59450c7f7 (diff) |
Minor help text correction
-rwxr-xr-x | youtube-dl | 2 |
1 files changed, 1 insertions, 1 deletions
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', |