archive : fix typo.
This commit is contained in:
parent
87410c8f38
commit
643b9d21c9
|
@ -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() {
|
||||
|
|
|
@ -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.
|
||||
|
|
Reference in a new issue