unzip: improve example clarity (#13712)

pull/28/head
Managor 2024-09-16 18:17:12 +03:00 committed by GitHub
parent bd22e6fcf0
commit f6365ef5af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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 ...}}`