aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source
diff options
context:
space:
mode:
authorAndrew Browning <ayleph@thisshitistemp.com>2017-10-08 16:19:16 -0400
committerAndrew Browning <ayleph@thisshitistemp.com>2017-10-08 16:26:46 -0400
commit0af3ba7fc143387c34f1ab6a0b1774ce55f81f10 (patch)
tree152d4828a753ab48cc08b1ca66cad6c3ec8707e7 /docs/source
parentb121d89cc55551e3b2f3f160a42af998491b41d7 (diff)
downloadmediagoblin-0af3ba7fc143387c34f1ab6a0b1774ce55f81f10.tar.lz
mediagoblin-0af3ba7fc143387c34f1ab6a0b1774ce55f81f10.tar.xz
mediagoblin-0af3ba7fc143387c34f1ab6a0b1774ce55f81f10.zip
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.
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/siteadmin/commandline-upload.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/siteadmin/commandline-upload.rst b/docs/source/siteadmin/commandline-upload.rst
index ef597a44..913e7e6c 100644
--- a/docs/source/siteadmin/commandline-upload.rst
+++ b/docs/source/siteadmin/commandline-upload.rst
@@ -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"