Skip to content
Snippets Groups Projects
Commit fc097dad authored by vlorentz's avatar vlorentz
Browse files

Update documentation of --author to use names instead of emails.

This reflects what is done in practice and what the code expects.
Using an email is invalid because the value of --author is used
in a `http://schema.org/name` property, not `http://schema.org/email`
parent c8cf77bd
No related branches found
No related tags found
1 merge request!55Update documentation of --author to use names instead of emails.
......@@ -88,7 +88,8 @@ minimal deposit
.. code:: shell
$ swh deposit upload --username name --password secret \
--author "some@nobody" --author "second@nobody" \
--author "Jane Doe" \
--author "John Doe" \
--name 'je-suis-gpl' \
--archive je-suis-gpl.tgz
......@@ -97,7 +98,7 @@ with client's external identifier (``slug``)
.. code:: shell
$ swh deposit upload --username name --password secret \
--author "some@nobody" \
--author "Jane Doe" \
--name 'je-suis-gpl' \
--archive je-suis-gpl.tgz \
--slug je-suis-gpl
......@@ -107,7 +108,7 @@ to a specific client's collection
.. code:: shell
$ swh deposit upload --username name --password secret \
--author "some@nobody" \
--author "Jane Doe" \
--name 'je-suis-gpl' \
--archive je-suis-gpl.tgz \
--collection 'second-collection'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment