pages*: fix various proper names, acronyms and initialisms (#12494)

This commit is contained in:
Vitor Henrique
2024-03-14 02:01:06 -03:00
committed by GitHub
parent 33770df77d
commit 935d605998
243 changed files with 415 additions and 415 deletions

View File

@@ -1,17 +1,17 @@
# zipnote
> View, add, or edit a `zip` archive's comments.
> Files can also be renamed in the `zip` archive.
> View, add, or edit a Zip archive's comments.
> Files can also be renamed in the Zip archive.
> More information: <https://manned.org/zipnote>.
- View the comments on a `zip` archive:
- View the comments on a Zip archive:
`zipnote {{path/to/file.zip}}`
- Extract the comments on a `zip` archive to a file:
- Extract the comments on a Zip archive to a file:
`zipnote {{path/to/file.zip}} > {{path/to/file.txt}}`
- Add/Update comments in a `zip` archive from a file:
- Add/Update comments in a Zip archive from a file:
`zipnote -w {{path/to/file.zip}} < {{path/to/file.txt}}`