From 643b9d21c97a5f709267e2bfff49b84a5e9cc150 Mon Sep 17 00:00:00 2001 From: phone Date: Thu, 7 Dec 2023 04:36:44 +0300 Subject: [PATCH] archive : fix typo. --- .config/bash/module/archive.sh | 2 +- .doc/bash.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/bash/module/archive.sh b/.config/bash/module/archive.sh index 401609f..38a79a7 100644 --- a/.config/bash/module/archive.sh +++ b/.config/bash/module/archive.sh @@ -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() { diff --git a/.doc/bash.md b/.doc/bash.md index e730cab..21e7c5a 100644 --- a/.doc/bash.md +++ b/.doc/bash.md @@ -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.