Change wording and default

This commit is contained in:
Matt Nadareski
2016-04-21 15:24:31 -07:00
parent 8e4f8e9fa6
commit b9115e66fe
3 changed files with 2 additions and 4 deletions

View File

@@ -811,7 +811,7 @@ Make a selection:
Make a selection: Make a selection:
1) File or folder to process" + (input != "" ? ":\n\t" + input : "") + @" 1) File or folder to process" + (input != "" ? ":\n\t" + input : "") + @"
2) Root folder for reference" + (root != "" ? ":\n\t" + root : "") + @" 2) Set the root directory for trimming calculation" + (root != "" ? ":\n\t" + root : "") + @"
3) " + (forceunpack ? "Remove 'forcepacking=\"unzip\"' from output" : "Add 'forcepacking=\"unzip\"' to output") + @" 3) " + (forceunpack ? "Remove 'forcepacking=\"unzip\"' from output" : "Add 'forcepacking=\"unzip\"' to output") + @"
4) " + (rename ? "Keep all game names" : "Rename all games to '!'") + @" 4) " + (rename ? "Keep all game names" : "Rename all games to '!'") + @"
5) Process the file or folder 5) Process the file or folder

View File

@@ -45,8 +45,6 @@ namespace SabreTools
return false; return false;
} }
_path = (_path == "" ? Environment.CurrentDirectory : _path);
// We want the full path of the file, just in case // We want the full path of the file, just in case
_filename = Path.GetFullPath(_filename); _filename = Path.GetFullPath(_filename);

View File

@@ -132,7 +132,7 @@ Options:
system= System ID system= System ID
source= Source ID source= Source ID
-tm, --trim-merge Consolidate DAT into a single game and trim entries -tm, --trim-merge Consolidate DAT into a single game and trim entries
-rd=, --root-dir= Set the directory name for path size -rd=, --root-dir= Set the root directory for trimming calculation
-nr, --no-rename Keep game names instead of using '!' -nr, --no-rename Keep game names instead of using '!'
-df, --disable-force Disable forceunzipping -df, --disable-force Disable forceunzipping