dps convert-tpr¶
Convert a trusted legacy DROPPS TPR into the portable TPR v2 format.
Synopsis and options¶
usage: dps convert-tpr [-h] -s FILE -o FILE
Convert a trusted legacy DROPPS TPR into the portable TPR v2 format.
Input:
-s FILE, --run-input FILE
Trusted legacy or portable DROPPS TPR to read. (required)
Output:
-o FILE, --output FILE
Portable TPR v2 output file. (required)
Parameters:
-h, --help Show this help message and exit.
Examples:
dps convert-tpr -s legacy.tpr -o portable.tpr
Note
This page is generated from the DROPPS 1.0 argument parser. Run
dps convert-tpr -h in the installed environment for the same
reference at the command line.