mirror of
https://github.com/Erreur32/cheat.git
synced 2024-12-22 13:42:11 +01:00
Merge pull request #317 from shanahanjrs/fix-7z-typo
Fixed typo in 7z cheatsheet
This commit is contained in:
commit
dd8b20a17a
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