Skip to content

Commit

Permalink
docs: add validate argparse info to xmlupload (#156)
Browse files Browse the repository at this point in the history
* adding validate info to doc

* Update docs/dsp-tools-usage.md

Co-authored-by: Johannes Nussbaum <39048939+jnussbaum@users.noreply.github.com>

Co-authored-by: Johannes Nussbaum <39048939+jnussbaum@users.noreply.github.com>
  • Loading branch information
Vijeinath and jnussbaum committed Feb 16, 2022
1 parent 9f92b66 commit 08ddebd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/dsp-tools-usage.md
Expand Up @@ -80,6 +80,7 @@ The following options are available:
- `-s` | `--server` _server_: URL of the DSP server (default: 0.0.0.0:3333)
- `-u` | `--user` _username_: username used for authentication with the DSP API (default: root@example.com)
- `-p` | `--password` _password_: password used for authentication with the DSP API (default: test)
- `-V` | `--validate`: If set, only the validation of the XML file is performed.
- `-i` | `--imgdir` _dirpath_: path to the directory where the bitstream objects are stored (default: .)
- `-S` | `--sipi` _SIPIserver_: URL of the SIPI IIIF server (default: http://0.0.0.0:1024)
- `-I` | `--incremental` : If set, IRIs instead of internal IDs are expected as reference to already existing resources on DSP
Expand Down

0 comments on commit 08ddebd

Please sign in to comment.