@@ -118,36 +118,36 @@ public override bool Execute()
118118 Console . WriteLine ( "Protection Scanning Options:" ) ;
119119 Console . WriteLine ( $ " Scan for Protection = { options . Processing . ProtectionScanning . ScanForProtection } ") ;
120120 Console . WriteLine ( $ " Scan Archives for Protection = { options . Processing . ProtectionScanning . ScanArchivesForProtection } ") ;
121- Console . WriteLine ( $ " Include Debug Protection Information = { options . Processing . ProtectionScanning . IncludeDebugProtectionInformation } ") ;
122121 Console . WriteLine ( $ " Hide Drive Letters = { options . Processing . ProtectionScanning . HideDriveLetters } ") ;
122+ Console . WriteLine ( $ " Include Debug Protection Information = { options . Processing . ProtectionScanning . IncludeDebugProtectionInformation } ") ;
123123 Console . WriteLine ( ) ;
124124
125125 // Redump Login Information
126126 Console . WriteLine ( "Redump Login Information:" ) ;
127- Console . WriteLine ( $ " Retrieve Match Information = { options . Processing . Login . RetrieveMatchInformation } ") ;
127+ Console . WriteLine ( $ " Pull All Information = { options . Processing . Login . PullAllInformation } ") ;
128128 Console . WriteLine ( $ " Redump Username = { options . Processing . Login . RedumpUsername } ") ;
129129 Console . WriteLine ( $ " Redump Password = { ( string . IsNullOrEmpty ( options . Processing . Login . RedumpPassword ) ? "[UNSET]" : "[SET]" ) } ") ;
130+ Console . WriteLine ( $ " Retrieve Match Information = { options . Processing . Login . RetrieveMatchInformation } ") ;
130131 Console . WriteLine ( ) ;
131132
132133 // Media Information
133134 Console . WriteLine ( "Media Information:" ) ;
134135 Console . WriteLine ( $ " Add Placeholders = { options . Processing . MediaInformation . AddPlaceholders } ") ;
135- Console . WriteLine ( $ " Prompt for Media Information = { options . Processing . MediaInformation . PromptForDiscInformation } ") ;
136- Console . WriteLine ( $ " Pull All Information = { options . Processing . MediaInformation . PullAllInformation } ") ;
137- Console . WriteLine ( $ " Enable Tabs in Input Fields = { options . Processing . MediaInformation . EnableTabsInInputFields } ") ;
138136 Console . WriteLine ( $ " Enable Redump Compatibility = { options . Processing . MediaInformation . EnableRedumpCompatibility } ") ;
137+ Console . WriteLine ( $ " Enable Tabs in Input Fields = { options . Processing . MediaInformation . EnableTabsInInputFields } ") ;
138+ Console . WriteLine ( $ " Prompt for Media Information = { options . Processing . MediaInformation . PromptForDiscInformation } ") ;
139139 Console . WriteLine ( ) ;
140140
141- // Output Options
142- Console . WriteLine ( "Output Options:" ) ;
143- Console . WriteLine ( $ " Show Disc Eject Reminder = { options . Processing . ShowDiscEjectReminder } ") ;
141+ // Post-Information Options
142+ Console . WriteLine ( "Post-Information Options:" ) ;
144143 Console . WriteLine ( $ " Add Filename Suffix = { options . Processing . AddFilenameSuffix } ") ;
144+ Console . WriteLine ( $ " Compress Log Files = { options . Processing . CompressLogFiles } ") ;
145145 Console . WriteLine ( $ " Create IRD After Dumping = { options . Processing . CreateIRDAfterDumping } ") ;
146- Console . WriteLine ( $ " Output Submission JSON = { options . Processing . OutputSubmissionJSON } ") ;
146+ Console . WriteLine ( $ " Delete Unnecessary Files = { options . Processing . DeleteUnnecessaryFiles } ") ;
147147 Console . WriteLine ( $ " Include Artifacts = { options . Processing . IncludeArtifacts } ") ;
148- Console . WriteLine ( $ " Compress Log Files = { options . Processing . CompressLogFiles } ") ;
149148 Console . WriteLine ( $ " Log Compression = { options . Processing . LogCompression . LongName ( ) } ") ;
150- Console . WriteLine ( $ " Delete Unnecessary Files = { options . Processing . DeleteUnnecessaryFiles } ") ;
149+ Console . WriteLine ( $ " Output Submission JSON = { options . Processing . OutputSubmissionJSON } ") ;
150+ Console . WriteLine ( $ " Show Disc Eject Reminder = { options . Processing . ShowDiscEjectReminder } ") ;
151151 Console . WriteLine ( ) ;
152152
153153 return true ;
0 commit comments