From e1492c3bb1e65f56dcfa89f31cdf001a94191c08 Mon Sep 17 00:00:00 2001 From: Matt Date: Tue, 2 Apr 2019 12:05:17 +0100 Subject: [PATCH] Added (non-garbage) description and fixed wikipedia link. --- src/core/operations/Bzip2Compress.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/operations/Bzip2Compress.mjs b/src/core/operations/Bzip2Compress.mjs index acc69593..22353e68 100644 --- a/src/core/operations/Bzip2Compress.mjs +++ b/src/core/operations/Bzip2Compress.mjs @@ -21,8 +21,8 @@ class Bzip2Compress extends Operation { this.name = "Bzip2 Compress"; this.module = "Compression"; - this.description = "yeet"; - this.infoURL = "https://en.wikipedia.org/wiki/Bzip2"; + this.description = "Bzip2 is a compression library developed by Julian Seward (of GHC fame) that uses the Burrows-Wheeler algorithm. It only supports compressing single files and its compression is slow, however is more effective than Deflate (.gz & .zip)."; + this.infoURL = "https://wikipedia.org/wiki/Bzip2"; this.inputType = "ArrayBuffer"; this.outputType = "File"; this.args = [