Fixed table of command line arguments

This commit is contained in:
Thomas Wilkie 2023-12-05 01:24:56 +09:00
parent 2111134c8b
commit 388533acb5
1 changed files with 1 additions and 2 deletions

View File

@ -19,8 +19,7 @@ Can be compiled and ran using `make build_ppsr` and `make run_ppsr`. _To Do:_ T
| Output File | -O | References.txt | Path to output references file |
| Debug Token | -D | DEBUG | Token to to mark debug statement |
| Replacement Token | -R | Send | Replacement token for debug to send data |
| Temp File Directory | -T | [1] | Directory to store temp files in |
| Temp File Append | -A | .temp | String to append to files to mark them as temp files |
| Temp File Append | -T | .temp | String to append to files to mark them as temp files |
| | | | |
[1] If this is not specified then temp files are created at the same directory as their corresponding input files. If it is specified then all the temp files will be put into that directory.