unzip: improve example clarity (#13712)

This commit is contained in:
Managor
2024-09-16 18:17:12 +03:00
committed by GitHub
parent bd22e6fcf0
commit f6365ef5af

View File

@@ -26,4 +26,4 @@
- Extract a specific file from an archive: - Extract a specific file from an archive:
`unzip -j {{path/to/archive.zip}} {{path/to/file_in_archive1 path/to/file_in_archive2 ...}}` `unzip -j {{path/to/archive.zip}} {{path/to/file1_in_archive path/to/file2_in_archive ...}}`