From 42f403dccfbf6b6b5c5919a4b395f9d03c576eea Mon Sep 17 00:00:00 2001 From: Chris MacDonald <31731869+chrismacdonaldw@users.noreply.github.com> Date: Thu, 2 May 2024 11:36:58 -0300 Subject: [PATCH] Update scripts/README.md Co-authored-by: JojoVes --- scripts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/README.md b/scripts/README.md index 23370a9..a625cd9 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -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= --dsid= --content= --label=<'New Version'> --output= ``` > 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.