pages*: fix various proper names, acronyms and initialisms (#12494)
This commit is contained in:
@@ -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}}`
|
||||
|
Reference in New Issue
Block a user