You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools/PccsAdminTool/pccsadmin.py
+3-1
Original file line number
Diff line number
Diff line change
@@ -83,6 +83,7 @@ def main():
83
83
parser_cache.add_argument("-o", "--output_dir", help="The destination directory for storing the generated cache files")
84
84
parser_cache.add_argument("-s", "--sub_dir", help="Store output cache files in subdirectories named according to QE ID or Platform ID", action="store_true")
85
85
parser_cache.add_argument("-e", "--expire", type=Utils.check_expire_hours, help="How many hours the cache files will be valid for. Default is 2160 hours (90 days).")
86
+
parser_cache.add_argument("-t", "--tcb_update_type", help="Type of update to TCB info and enclave identities; default: standard", choices=['standard','early'])
0 commit comments