X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=doc%2Fman1%2Fwimlib-imagex-optimize.1;h=eae81028e443f20a28a279815101dc94f8164d32;hp=98dd666aef9c7cfe77d1cb023824c2408e1aa22c;hb=b3d0fd77eb71d6e20eddfac6586c16418f46e1be;hpb=39edbeed8b1d86646e7a8e457f39244c54b1cf14 diff --git a/doc/man1/wimlib-imagex-optimize.1 b/doc/man1/wimlib-imagex-optimize.1 index 98dd666a..eae81028 100644 --- a/doc/man1/wimlib-imagex-optimize.1 +++ b/doc/man1/wimlib-imagex-optimize.1 @@ -1,4 +1,4 @@ -.TH WIMLIB-IMAGEX "1" "August 2015" "wimlib 1.8.2" "User Commands" +.TH WIMLIB-IMAGEX "1" "January 2016" "wimlib 1.9.0" "User Commands" .SH NAME wimlib-imagex-optimize \- Optimize a WIM archive .SH SYNOPSIS @@ -77,6 +77,16 @@ pipable. \fB--not-pipable\fR Rebuild the WIM in the non-pipable format. (This is the default if \fIWIMFILE\fR is not pipable.) +.TP +\fB--unsafe-compact\fR +Compact the WIM file in-place, without using a temporary file. Existing +resources are shifted down to fill holes and new resources are appended as +needed. The WIM file is truncated to its final size, which may shrink the +on-disk file. THIS OPERATION CANNOT BE SAFELY INTERRUPTED! If the operation is +interrupted, then the WIM file will be corrupted, and it may be impossible (or +at least very difficult) to recover any data from it. Users of this option are +expected to know what they are doing and assume responsibility for any data +corruption that may result. .SH NOTES \fBwimlib-imagex optimize\fR does not support split WIMs. .PP