From 0b22d6ad0ebed2af239259dbfa36cd9920c6f4a2 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sun, 23 Jun 2019 02:14:52 +0200 Subject: Move all handling of compressor names to libcompress.a This commit removes handling of compressor names from gensquashfs. Instead, functions are added to libcompress to obtain name from ID, ID from name and to print out defaults. Signed-off-by: David Oberhollenzer --- doc/gensquashfs.1 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/gensquashfs.1 b/doc/gensquashfs.1 index 4b739fd..8050dc6 100644 --- a/doc/gensquashfs.1 +++ b/doc/gensquashfs.1 @@ -21,8 +21,9 @@ directory into a SquashFS image. The directory becomes the root of the file system. .TP \fB\-\-compressor\fR, \fB\-c\fR -Select the compressor to use (defaults to 'xz'). -Run \fBgensquashfs \-\-help\fR to get a list of all available compressors. +Select the compressor to use. +Run \fBgensquashfs \-\-help\fR to get a list of all available compressors +and the default selection. .TP \fB\-\-comp\-extra\fR, \fB\-X\fR A comma seperated list of extra options for the selected compressor. Specify -- cgit v1.2.3