Skip to content

Commit

Permalink
Update scripts/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: JojoVes <[email protected]>
  • Loading branch information
chrismacdonaldw and JojoVes authored May 2, 2024
1 parent 5300afe commit 42f403d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Exports all archival FOXML found in the associated PID file passed in through ar
### Datastream Updater
#### Command
```bash
python3 datastream_updater.py --xml=input.xml --dsid=DSID --content=content.bin --label='New Version' --output=output.xml
python3 datastream_updater.py --xml=<input.xml> --dsid=<DSID> --content=<content.bin> --label=<'New Version'> --output=<output.xml>
```
> This script allows you to specify the XML file to modify, the datastream ID, the binary content file (which will be base64 encoded), and optionally a label for the new datastream version.
Expand Down

0 comments on commit 42f403d

Please sign in to comment.