archive : fix typo.

This commit is contained in:
Dmitry Voronin 2023-12-07 04:36:44 +03:00
parent 87410c8f38
commit 643b9d21c9
2 changed files with 2 additions and 2 deletions

View file

@ -141,7 +141,7 @@ function archive_check() {
fi
}
# Delete old versions of an archives.
# Delete old versions of archives.
# All archives by default.
# Usage: archive_prune [NAME]
function archive_prune() {

View file

@ -16,7 +16,7 @@ emulator [NAME]|Start an Android emulator. Default name is "default".
archive [DIRS]|Archive directories. All directories by default.
archive_fast [DIRS]|Archive directories with fast compression. All directories by default.
archive_check [FILES]|Check archives integrity. Checks all archives by default.
archive_prune [NAME]|Delete old versions of an archives. All archives by default.
archive_prune [NAME]|Delete old versions of archives. All archives by default.
unarchive [FILES]|Extract previously created archive with checksum validation.
archive_name [ARCHIVE] [NAME]|Rename archives. If no name specified, it simplifies archive's name. If no archives specified, apply to all archives.
archive_convert|Convert old archives to a new format. TODO: remove me after some time when there won't be any old archives.