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:26:46 +0000 (16:26 -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 ef597a44d0f94c30dfb87c1bef929398129fa02e..913e7e6c4d200483d253c4a34a18e5177e5c33c7 100644 (file)
@@ -58,7 +58,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"