Use character instead of byte strings
[youtube-dl] / README.md
index 9e307858c5994f4bb77754f985740dbaae76467c..abd8a5ef10cbd3d02a10e0854886603668ef6394 100644 (file)
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ which means you can modify it, redistribute it or use it however you like.
     --id                     use video ID in file name
     -l, --literal            [deprecated] alias of --title
     -A, --auto-number        number downloaded files starting from 00000
-    -o, --output TEMPLATE    output filename template. Use %(stitle)s to get the
+    -o, --output TEMPLATE    output filename template. Use %(title)s to get the
                              title, %(uploader)s for the uploader name,
                              %(autonumber)s to get an automatically incremented
                              number, %(ext)s for the filename extension,