File tree 1 file changed +21
-0
lines changed
1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -141,3 +141,24 @@ Optional arguments:
141
141
-p --filter-path Filter: path with regex match. [default: < not representable> ]
142
142
` ` `
143
143
144
+ ` ` ` sh
145
+ Usage: rman-make.exe [options] outmanifest outbundle rootfolder input
146
+
147
+ Lists bundle names used in manifest.
148
+
149
+ Positional arguments:
150
+ outmanifest Manifest to write into. [required]
151
+ outbundle Bundle file to write into. [required]
152
+ rootfolder Root folder to rebase from. [required]
153
+ input Files or folders for manifest. [required]
154
+
155
+ Optional arguments:
156
+ -h --help shows help message and exits [default: false]
157
+ -v --version prints version information and exits [default: false]
158
+ -a --append Do not print progress. [default: false]
159
+ --no-progress Do not print progress. [default: false]
160
+ --chunk-size Chunk size in kilobytes. [default: 256]
161
+ --level Compression level for zstd. [default: 6]
162
+ --buffer Size for buffer before flush to disk in killobytes [64, 1048576] [default: 33554432]
163
+ ` ` `
164
+
You can’t perform that action at this time.
0 commit comments