Update batchaddmedia csv description docs [5458]
authorAndrew Browning <ayleph@thisshitistemp.com>
Sun, 8 Oct 2017 20:19:16 +0000 (16:19 -0400)
committerAndrew Browning <ayleph@thisshitistemp.com>
Sun, 8 Oct 2017 20:28:03 +0000 (16:28 -0400)
Commit c0ea2bad changed the expected location column header of csv files
used by the batchaddmedia command from 'media:location' to 'location'.
This change updates the docs to match.

docs/source/siteadmin/commandline-upload.rst

index 690983124ab24669e102b3f2826b4c7382631664..dc83ed28fa52557adacf71a8ac2a287893cf77aa 100644 (file)
@@ -57,7 +57,7 @@ it is a bit more complex.
 This is an example of what a script may look like. The important part here is
 that you have to create the 'metadata.csv' file.::
 
-  media:location,dcterms:title,dcterms:creator,dcterms:type
+  location,dcterms:title,dcterms:creator,dcterms:type
   "http://www.example.net/path/to/nap.png","Goblin taking a nap",,"Image"
   "http://www.example.net/path/to/snore.ogg","Goblin Snoring","Me","Audio"