diff --git a/.doc/Bash.md b/.doc/Bash.md index 8bb8004..ee0257c 100644 --- a/.doc/Bash.md +++ b/.doc/Bash.md @@ -24,8 +24,7 @@ Command|Description `archive_mt [DIRS]`|Archive using multiple threads. Uses 50% of free RAM. All directories by default. Supports .archiveignore exclude file. `archive_fast [DIRS]`|Archive directories with fast compression. All directories by default. Supports .archiveignore exclude file. `archive_check [FILES]`|Check archives integrity. Checks all archives by default. -`archive_prune [NAMES]`|Delete old versions of archives. All archives by default. -`archive_prune_versions [VERSIONS]`|Delete old versions of an archive, keeping specified amount of versions. One version by default. +`archive_prune [NAME] [VERSIONS]`|Delete old versions of an archive. All archives with 1 version by default. `archive_rm [FILES]`|Delete specified or all archive files. `archive_xz [FILES]`|Recompress previously created archive_fast with better compression. `archive_name [ARCHIVE] [NAME]`|Rename archives. If no name specified, it simplifies archive's name. If no archives specified, apply to all archives.