1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 15:33:50 +02:00

7z: fix a command explanation (#8447)

This commit is contained in:
jxu 2022-09-04 21:24:23 -04:00 committed by GitHub
parent 62b2ca653f
commit 040bba8721
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
> File archiver with a high compression ratio.
> More information: <https://www.7-zip.org>.
- [a]rchive a file or directory:
- [a]dd a file or directory to a new or existing archive:
`7z a {{path/to/archive.7z}} {{path/to/file_or_directory}}`