mirror of https://github.com/cheat/cheat.git
Fixed typo in 7z cheatsheet
This commit is contained in:
parent
8cad76943a
commit
75b2555710
|
@ -11,7 +11,7 @@ u update
|
||||||
x extract with full paths
|
x extract with full paths
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
7z a -t7z -m0-lzma -mx=9 -mfb=64 -md=32m -ms=on archive.7z dir1
|
7z a -t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on archive.7z dir1
|
||||||
|
|
||||||
-t7z 7z archive
|
-t7z 7z archive
|
||||||
-m0=lzma lzma method
|
-m0=lzma lzma method
|
||||||
|
|
Loading…
Reference in New Issue