summary refs log tree commit diff
diff options
context:
space:
mode:
authorRicardo Garcia <sarbalap+freshmeat@gmail.com>2010-11-19 19:38:36 +0100
committerRicardo Garcia <sarbalap+freshmeat@gmail.com>2010-11-19 19:38:36 +0100
commit0732b1f39fb3f1acc2f789428e1137e49eda081b (patch)
tree9a58ea48041fce40850932282764571584005163
parent8d78373ea007e6e6981fdd4e27974c563b7faec1 (diff)
downloadyoutube-dl-0732b1f39fb3f1acc2f789428e1137e49eda081b.tar.gz
youtube-dl-0732b1f39fb3f1acc2f789428e1137e49eda081b.tar.xz
youtube-dl-0732b1f39fb3f1acc2f789428e1137e49eda081b.zip
Document change from "ord" to "autonumber" in template
-rw-r--r--documentation.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation.html b/documentation.html
index aac2b0d02..3e4d9ec56 100644
--- a/documentation.html
+++ b/documentation.html
@@ -84,7 +84,7 @@
 <li><em>stitle</em>: The sequence will be replaced by a simplified video title, restricted to alphanumeric characters and dashes.</li>
 <li><em>ext</em>: The sequence will be replaced by the appropriate extension (like <em>flv</em> or <em>mp4</em>).</li>
 <li><em>epoch</em>: The sequence will be replaced by the Unix epoch when creating the file.</li>
-<li><em>ord</em>: The sequence will be replaced by a five-digit number that will be increased with each download, starting at zero.</li>
+<li><em>autonumber</em>: The sequence will be replaced by a five-digit number that will be increased with each download, starting at zero.</li>
 </ul>
 
 <p>As you may have guessed, the default template is <em>%(id)s.%(ext)s</em>. When some command line options are used, it's replaced by other templates like <em>%(title)s-%(id)s.%(ext)s</em>. You can specify your own.</p>