mirror of
https://github.com/Erreur32/cheat.git
synced 2025-01-03 11:32:17 +01:00
Fixed typo in 7z cheatsheet
This commit is contained in:
parent
8cad76943a
commit
75b2555710
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ u update
|
|||
x extract with full paths
|
||||
|
||||
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
|
||||
-m0=lzma lzma method
|
||||
|
|
Loading…
Reference in a new issue