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 Apr 29, 2024
1 parent ee1f43f commit f9e6690
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 @@ -67,7 +67,7 @@ Each file's name will be in the format `pid-DSID.xml`.
```bash
python3 foxml_export.py --url=<http://your-fedora-url:8080> --user=<admin> --pasword=<secret> --pid_file=<./some_pids_to_export> --output_dir=<./output>
```
> The script supports adding comments in the pid_file using `#`. PIDs can also contain URL encoded characters (e.g., `%3A` for `:` which will be automatically decoded).
> The script supports adding comments in the pid_file using `#`. PIDs can also contain URL encoded characters (e.g., `%3A` for `:` which will be automatically decoded). Expected format of the `pid_file` is one PID per line.
#### Output
Exports all archival FOXML found in the associated PID file passed in through arguments to their own folder in `output_dir/FOXML`.
Expand Down

0 comments on commit f9e6690

Please sign in to comment.