From 92cdb1de906ffc0b629f8217e8099c786c0940bc Mon Sep 17 00:00:00 2001 From: Andrew Browning Date: Sun, 8 Oct 2017 16:19:16 -0400 Subject: [PATCH] Update batchaddmedia csv description docs [5458] 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/siteadmin/commandline-upload.rst b/docs/source/siteadmin/commandline-upload.rst index 69098312..dc83ed28 100644 --- a/docs/source/siteadmin/commandline-upload.rst +++ b/docs/source/siteadmin/commandline-upload.rst @@ -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" -- 2.25.1