Make -nr clearer in CLI and menu

This commit is contained in:
Matt Nadareski
2016-04-21 15:04:01 -07:00
parent 40a5f624d9
commit 8e4f8e9fa6
2 changed files with 2 additions and 2 deletions

View File

@@ -813,7 +813,7 @@ Make a selection:
1) File or folder to process" + (input != "" ? ":\n\t" + input : "") + @"
2) Root folder for reference" + (root != "" ? ":\n\t" + root : "") + @"
3) " + (forceunpack ? "Remove 'forcepacking=\"unzip\"' from output" : "Add 'forcepacking=\"unzip\"' to output") + @"
4) " + (rename ? "Disable game renaming" : "Enable game renaming") + @"
4) " + (rename ? "Keep all game names" : "Rename all games to '!'") + @"
5) Process the file or folder
B) Go back to the previous menu
");