]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
mkfs.cramfs: in usage text, separate two direct arguments from options
authorBenno Schulenberg <bensberg@telfort.nl>
Sat, 15 Feb 2025 16:18:41 +0000 (17:18 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 18 Feb 2025 10:07:09 +0000 (11:07 +0100)
Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
disk-utils/mkfs.cramfs.c

index f4ada9052978481b2c5a4945517287f2f75d3bb4..51fa2122a9808c88940fb73c309ff7ce1e773999 100644 (file)
@@ -144,6 +144,7 @@ static void __attribute__((__noreturn__)) usage(void)
        fputsln(_(  " -s             sort directory entries (old option, ignored)"), stdout);
        fputsln(_(  " -z             make explicit holes"), stdout);
        fputsln(_(  " -l[=<mode>]    use exclusive device lock (yes, no or nonblock)"), stdout);
+       fputs(USAGE_SEPARATOR, stdout);
        fputsln(_(  " dirname        root of the filesystem to be compressed"), stdout);
        fputsln(_(  " outfile        output file"), stdout);
        fputs(USAGE_SEPARATOR, stdout);