mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[RombaSharp] Last tweaks to Archive for now
This commit is contained in:
@@ -98,7 +98,7 @@ namespace RombaSharp
|
||||
return new Feature(
|
||||
"include-7zips",
|
||||
"-include-7zips",
|
||||
"flag value == 1 means: add 7zip files themselves into the depot in addition to their contents, flag value > 1 means add 7zip files themselves but don't add content",
|
||||
"flag value == 0 means: add 7zip files themselves into the depot in addition to their contents, flag value == 2 means add 7zip files themselves but don't add content",
|
||||
FeatureType.Int32);
|
||||
}
|
||||
}
|
||||
@@ -109,7 +109,7 @@ namespace RombaSharp
|
||||
return new Feature(
|
||||
"include-gzips",
|
||||
"-include-gzips",
|
||||
"flag value == 1 means: add gzip files themselves into the depot in addition to their contents, flag value > 1 means add gzip files themselves but don't add content",
|
||||
"flag value == 0 means: add gzip files themselves into the depot in addition to their contents, flag value == 2 means add gzip files themselves but don't add content",
|
||||
FeatureType.Int32);
|
||||
}
|
||||
}
|
||||
@@ -120,7 +120,7 @@ namespace RombaSharp
|
||||
return new Feature(
|
||||
"include-zips",
|
||||
"-include-zips",
|
||||
"flag value == 1 means: add zip files themselves into the depot in addition to their contents, flag value > 1 means add zip files themselves but don't add content",
|
||||
"flag value == 0 means: add zip files themselves into the depot in addition to their contents, flag value == 2 means add zip files themselves but don't add content",
|
||||
FeatureType.Int32);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user